Shades of Christi #62A001
Tints of Christi #62A001
RGB
CMYK
RGB Variations
Color information
#62A001 (or 0x62A001) is known color: Christi. HEX triplet: 62, A0 and 01. RGB value is (98,160,1). Sum of RGB (Red+Green+Blue) = 98+160+1=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #62A001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #62A001 is #9D5FFE. Grayscale: #7B7B7B. Windows color (decimal): -10313727 or 106594. OLE color: 106594.
HSL color Cylindrical-coordinate representation of color #62A001: hue angle of 83.4º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62A001 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.37 |
| HSL | 83.4º | 0.99% | 0.32% | - |
| HSV(B) | 83.4º | 0.99% | 0.63% | - |
| XYZ | 17.61 | 27.74 | 4.45 | - |
| YUV | 123.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 1 | 0.39 | 0 | 0.99 | 0.37 | 83.4 | 0.99 | 0.32 |
| Hex | 62 | A0 | 1 | 27 | 0 | 63 | 25 | 53 | 63 | 20 |
| Octal | 142 | 240 | 1 | 47 | 0 | 143 | 45 | 123 | 143 | 40 |
| Binary | 1100010 | 10100000 | 1 | 100111 | 0 | 1100011 | 100101 | 1010011 | 1100011 | 100000 |
Color Harmonies of #62A001
Complementary color
Monochromatic Colors of #62A001
Black with #62A001
Text Example
Text Example
White with #62A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A001; }
p { color: rgb(98,160,1); }
H1.HeaderClassName
{
color: #62A001;
}
.AnyTagClassName
{
color: #62A001;
}
</style>
background-color css
<style>
a { background-color: #62A001; }
a { background-color: rgb(98,160,1); }
div.DivClassName
{
background-color: #62A001;
}
.BgClassName
{
background-color: #62A001;
}
</style>
border-color css
<style>
span { border-color: #62A001; }
span { border-color: rgb(98,160,1); }
td.TdClassName
{
border-color: #62A001;
}
.TagClassName
{
border-color: #62A001;
}
</style>