Shades of Christi #62A616
Tints of Christi #62A616
RGB
CMYK
RGB Variations
Color information
#62A616 (or 0x62A616) is known color: 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
| RGB | 98 | 166 | 22 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.35 |
| HSL | 88.33º | 0.77% | 0.37% | - |
| HSV(B) | 88.33º | 0.87% | 0.65% | - |
| XYZ | 18.82 | 29.93 | 5.54 | - |
| YUV | 129.25 | 67.47 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 22 | 0.41 | 0 | 0.87 | 0.35 | 88.33 | 0.77 | 0.37 |
| Hex | 62 | A6 | 16 | 29 | 0 | 57 | 23 | 58 | 4D | 25 |
| Octal | 142 | 246 | 26 | 51 | 0 | 127 | 43 | 130 | 115 | 45 |
| Binary | 1100010 | 10100110 | 10110 | 101001 | 0 | 1010111 | 100011 | 1011000 | 1001101 | 100101 |
Color Harmonies of #62A616
Complementary color
Monochromatic Colors of #62A616
Black with #62A616
Text Example
Text Example
White with #62A616
Text Example
Text Example
HTML Codes & Css Web 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>