Shades of Christi #609F00
Tints of Christi #609F00
RGB
CMYK
RGB Variations
Color information
#609F00 (or 0x609F00) is known color: Christi. HEX triplet: 60, 9F and 00. RGB value is (96,159,0). Sum of RGB (Red+Green+Blue) = 96+159+0=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 159 (62.5% from 255 or 62.35% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 159 - color contains mainly: green. Hex color #609F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609F00 is #9F60FF. Grayscale: #7A7A7A. Windows color (decimal): -10445056 or 40800. OLE color: 40800.
HSL color Cylindrical-coordinate representation of color #609F00: hue angle of 83.77º 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 #609F00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.38 |
| HSL | 83.77º | 1% | 0.31% | - |
| HSV(B) | 83.77º | 1% | 0.62% | - |
| XYZ | 17.22 | 27.28 | 4.36 | - |
| YUV | 122.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 0 | 0.40 | 0 | 1 | 0.38 | 83.77 | 1 | 0.31 |
| Hex | 60 | 9F | 0 | 28 | 0 | 64 | 26 | 54 | 64 | 1F |
| Octal | 140 | 237 | 0 | 50 | 0 | 144 | 46 | 124 | 144 | 37 |
| Binary | 1100000 | 10011111 | 0 | 101000 | 0 | 1100100 | 100110 | 1010100 | 1100100 | 11111 |
Color Harmonies of #609F00
Complementary color
Monochromatic Colors of #609F00
Black with #609F00
Text Example
Text Example
White with #609F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F00; }
p { color: rgb(96,159,0); }
H1.HeaderClassName
{
color: #609F00;
}
.AnyTagClassName
{
color: #609F00;
}
</style>
background-color css
<style>
a { background-color: #609F00; }
a { background-color: rgb(96,159,0); }
div.DivClassName
{
background-color: #609F00;
}
.BgClassName
{
background-color: #609F00;
}
</style>
border-color css
<style>
span { border-color: #609F00; }
span { border-color: rgb(96,159,0); }
td.TdClassName
{
border-color: #609F00;
}
.TagClassName
{
border-color: #609F00;
}
</style>