Shades of Christi #629F00
Tints of Christi #629F00
RGB
CMYK
RGB Variations
Color information
#629F00 (or 0x629F00) is known color: Christi. HEX triplet: 62, 9F and 00. RGB value is (98,159,0). Sum of RGB (Red+Green+Blue) = 98+159+0=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 159 (62.5% from 255 or 61.87% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 159 - color contains mainly: green. Hex color #629F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629F00 is #9D60FF. Grayscale: #7B7B7B. Windows color (decimal): -10313984 or 40802. OLE color: 40802.
HSL color Cylindrical-coordinate representation of color #629F00: hue angle of 83.02º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #629F00 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.38 |
| HSL | 83.02º | 1% | 0.31% | - |
| HSV(B) | 83.02º | 1% | 0.62% | - |
| XYZ | 17.44 | 27.39 | 4.37 | - |
| YUV | 122.64 | 58.79 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 0 | 0.38 | 0 | 1 | 0.38 | 83.02 | 1 | 0.31 |
| Hex | 62 | 9F | 0 | 26 | 0 | 64 | 26 | 53 | 64 | 1F |
| Octal | 142 | 237 | 0 | 46 | 0 | 144 | 46 | 123 | 144 | 37 |
| Binary | 1100010 | 10011111 | 0 | 100110 | 0 | 1100100 | 100110 | 1010011 | 1100100 | 11111 |
Color Harmonies of #629F00
Complementary color
Monochromatic Colors of #629F00
Black with #629F00
Text Example
Text Example
White with #629F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F00; }
p { color: rgb(98,159,0); }
H1.HeaderClassName
{
color: #629F00;
}
.AnyTagClassName
{
color: #629F00;
}
</style>
background-color css
<style>
a { background-color: #629F00; }
a { background-color: rgb(98,159,0); }
div.DivClassName
{
background-color: #629F00;
}
.BgClassName
{
background-color: #629F00;
}
</style>
border-color css
<style>
span { border-color: #629F00; }
span { border-color: rgb(98,159,0); }
td.TdClassName
{
border-color: #629F00;
}
.TagClassName
{
border-color: #629F00;
}
</style>