#62A516

Color #62A516 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #62A516

Tints of Christi #62A516

Color information

#62A516 (or 0x62A516) is unknown color: approx Christi. HEX triplet: 62, A5 and 16. RGB value is (98,165,22). Sum of RGB (Red+Green+Blue) = 98+165+22=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 165 (64.84% from 255 or 57.89% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 165 - color contains mainly: green. Hex color #62A516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A516 is #9D5AE9. Grayscale: #818181. Windows color (decimal): -10312426 or 1484130. OLE color: 1484130.

HSL color Cylindrical-coordinate representation of color #62A516: hue angle of 88.11º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62A516 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB9816522-
CMYK0.4100.870.35
HSL88.11º76.47%36.67%-
HSV(B)88.11º86.67%64.71%-
XYZ18.6429.565.48-
YUV128.6667.8106.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 165 (64.84% from 255) = 57.89%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=34.39%
G=57.89%
B=7.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165220.4100.870.3588.1176.4736.67
Hex62A5162905723584c25
Octal142245265101274313011445
Binary110001010100101101101010010101011110001110110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A516; }

 p { color: rgb(98,165,22); }

 H1.HeaderClassName
 {
   color: #62A516;
 }
 .AnyTagClassName
 {
   color: #62A516;
 }
</style>
background-color css

<style>
 a { background-color: #62A516; }

 a { background-color: rgb(98,165,22); }

 div.DivClassName
 {
   background-color: #62A516;
 }
 .BgClassName
 {
   background-color: #62A516;
 }
</style>
border-color css

<style>
 span { border-color: #62A516; }

 span { border-color: rgb(98,165,22); }

 td.TdClassName
 {
   border-color: #62A516;
 }
 .TagClassName
 {
   border-color: #62A516;
 }
</style>