#62A616

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

Shades of Christi #62A616

Tints of Christi #62A616

Color information

#62A616 (or 0x62A616) is unknown color: approx Christi. HEX triplet: 62, A6 and 16. RGB value is (98,166,22). Sum of RGB (Red+Green+Blue) = 98+166+22=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 166 (65.23% from 255 or 58.04% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 166 - color contains mainly: green. Hex color #62A616 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A616 is #9D59E9. Grayscale: #818181. Windows color (decimal): -10312170 or 1484386. OLE color: 1484386.

HSL color Cylindrical-coordinate representation of color #62A616: hue angle of 88.33º degrees, saturation: 0.77, 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 #62A616 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB9816622-
CMYK0.4100.870.35
HSL88.33º76.6%36.86%-
HSV(B)88.33º86.75%65.1%-
XYZ18.8229.935.54-
YUV129.2567.47105.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 166 (65.23% from 255) = 58.04%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=34.27%
G=58.04%
B=7.69%

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
Decimal98166220.4100.870.3588.3376.636.86
Hex62A6162905723584d25
Octal142246265101274313011545
Binary110001010100110101101010010101011110001110110001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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