#62AB0B

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

Shades of Christi #62AB0B

Tints of Christi #62AB0B

Color information

#62AB0B (or 0x62AB0B) is unknown color: approx Christi. HEX triplet: 62, AB and 0B. RGB value is (98,171,11). Sum of RGB (Red+Green+Blue) = 98+171+11=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 171 (67.19% from 255 or 61.07% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 171 - color contains mainly: green. Hex color #62AB0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62AB0B is #9D54F4. Grayscale: #838383. Windows color (decimal): -10310901 or 764770. OLE color: 764770.

HSL color Cylindrical-coordinate representation of color #62AB0B: hue angle of 87.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62AB0B is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB9817111-
CMYK0.4300.940.33
HSL87.38º87.91%35.69%-
HSV(B)87.38º93.57%67.06%-
XYZ19.6631.755.41-
YUV130.9360.32104.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 171 (67.19% from 255) = 61.07%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=35%
G=61.07%
B=3.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98171110.4300.940.3387.3887.9135.69
Hex62ABB2B05E21575824
Octal142253135301364112713044
Binary11000101010101110111010110101111010000110101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,171,11); }

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

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

 a { background-color: rgb(98,171,11); }

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

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

 span { border-color: rgb(98,171,11); }

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