Shades of Christi #62A60E
Tints of Christi #62A60E
RGB
CMYK
RGB Variations
Color information
#62A60E (or 0x62A60E) is known color: Christi. HEX triplet: 62, A6 and 0E. RGB value is (98,166,14). Sum of RGB (Red+Green+Blue) = 98+166+14=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 166 (65.23% from 255 or 59.71% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 166 - color contains mainly: green. Hex color #62A60E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A60E is #9D59F1. Grayscale: #808080. Windows color (decimal): -10312178 or 960098. OLE color: 960098.
HSL color Cylindrical-coordinate representation of color #62A60E: hue angle of 86.84º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62A60E is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 166 | 14 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.35 |
| HSL | 86.84º | 0.84% | 0.35% | - |
| HSV(B) | 86.84º | 0.92% | 0.65% | - |
| XYZ | 18.75 | 29.9 | 5.2 | - |
| YUV | 128.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 14 | 0.41 | 0 | 0.92 | 0.35 | 86.84 | 0.84 | 0.35 |
| Hex | 62 | A6 | E | 29 | 0 | 5C | 23 | 57 | 54 | 23 |
| Octal | 142 | 246 | 16 | 51 | 0 | 134 | 43 | 127 | 124 | 43 |
| Binary | 1100010 | 10100110 | 1110 | 101001 | 0 | 1011100 | 100011 | 1010111 | 1010100 | 100011 |
Color Harmonies of #62A60E
Complementary color
Monochromatic Colors of #62A60E
Black with #62A60E
Text Example
Text Example
White with #62A60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A60E; }
p { color: rgb(98,166,14); }
H1.HeaderClassName
{
color: #62A60E;
}
.AnyTagClassName
{
color: #62A60E;
}
</style>
background-color css
<style>
a { background-color: #62A60E; }
a { background-color: rgb(98,166,14); }
div.DivClassName
{
background-color: #62A60E;
}
.BgClassName
{
background-color: #62A60E;
}
</style>
border-color css
<style>
span { border-color: #62A60E; }
span { border-color: rgb(98,166,14); }
td.TdClassName
{
border-color: #62A60E;
}
.TagClassName
{
border-color: #62A60E;
}
</style>