Shades of Christi #62A613
Tints of Christi #62A613
RGB
CMYK
RGB Variations
Color information
#62A613 (or 0x62A613) is known color: Christi. HEX triplet: 62, A6 and 13. RGB value is (98,166,19). Sum of RGB (Red+Green+Blue) = 98+166+19=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #62A613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A613 is #9D59EC. Grayscale: #818181. Windows color (decimal): -10312173 or 1287778. OLE color: 1287778.
HSL color Cylindrical-coordinate representation of color #62A613: hue angle of 87.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #62A613 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 166 | 19 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.35 |
| HSL | 87.76º | 0.79% | 0.36% | - |
| HSV(B) | 87.76º | 0.89% | 0.65% | - |
| XYZ | 18.79 | 29.92 | 5.4 | - |
| YUV | 128.91 | 65.97 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 166 | 19 | 0.41 | 0 | 0.89 | 0.35 | 87.76 | 0.79 | 0.36 |
| Hex | 62 | A6 | 13 | 29 | 0 | 59 | 23 | 58 | 4F | 24 |
| Octal | 142 | 246 | 23 | 51 | 0 | 131 | 43 | 130 | 117 | 44 |
| Binary | 1100010 | 10100110 | 10011 | 101001 | 0 | 1011001 | 100011 | 1011000 | 1001111 | 100100 |
Color Harmonies of #62A613
Complementary color
Monochromatic Colors of #62A613
Black with #62A613
Text Example
Text Example
White with #62A613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A613; }
p { color: rgb(98,166,19); }
H1.HeaderClassName
{
color: #62A613;
}
.AnyTagClassName
{
color: #62A613;
}
</style>
background-color css
<style>
a { background-color: #62A613; }
a { background-color: rgb(98,166,19); }
div.DivClassName
{
background-color: #62A613;
}
.BgClassName
{
background-color: #62A613;
}
</style>
border-color css
<style>
span { border-color: #62A613; }
span { border-color: rgb(98,166,19); }
td.TdClassName
{
border-color: #62A613;
}
.TagClassName
{
border-color: #62A613;
}
</style>