Shades of Christi #62A710
Tints of Christi #62A710
RGB
CMYK
RGB Variations
Color information
#62A710 (or 0x62A710) is known color: Christi. HEX triplet: 62, A7 and 10. RGB value is (98,167,16). Sum of RGB (Red+Green+Blue) = 98+167+16=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #62A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A710 is #9D58EF. Grayscale: #818181. Windows color (decimal): -10311920 or 1091426. OLE color: 1091426.
HSL color Cylindrical-coordinate representation of color #62A710: hue angle of 87.42º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62A710 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 167 | 16 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.35 |
| HSL | 87.42º | 0.83% | 0.36% | - |
| HSV(B) | 87.42º | 0.9% | 0.65% | - |
| XYZ | 18.95 | 30.27 | 5.33 | - |
| YUV | 129.16 | 64.14 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 167 | 16 | 0.41 | 0 | 0.90 | 0.35 | 87.42 | 0.83 | 0.36 |
| Hex | 62 | A7 | 10 | 29 | 0 | 5A | 23 | 57 | 53 | 24 |
| Octal | 142 | 247 | 20 | 51 | 0 | 132 | 43 | 127 | 123 | 44 |
| Binary | 1100010 | 10100111 | 10000 | 101001 | 0 | 1011010 | 100011 | 1010111 | 1010011 | 100100 |
Color Harmonies of #62A710
Complementary color
Monochromatic Colors of #62A710
Black with #62A710
Text Example
Text Example
White with #62A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A710; }
p { color: rgb(98,167,16); }
H1.HeaderClassName
{
color: #62A710;
}
.AnyTagClassName
{
color: #62A710;
}
</style>
background-color css
<style>
a { background-color: #62A710; }
a { background-color: rgb(98,167,16); }
div.DivClassName
{
background-color: #62A710;
}
.BgClassName
{
background-color: #62A710;
}
</style>
border-color css
<style>
span { border-color: #62A710; }
span { border-color: rgb(98,167,16); }
td.TdClassName
{
border-color: #62A710;
}
.TagClassName
{
border-color: #62A710;
}
</style>