Shades of Christi #609D08
Tints of Christi #609D08
RGB
CMYK
RGB Variations
Color information
#609D08 (or 0x609D08) is known color: Christi. HEX triplet: 60, 9D and 08. RGB value is (96,157,8). Sum of RGB (Red+Green+Blue) = 96+157+8=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #609D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D08 is #9F62F7. Grayscale: #7A7A7A. Windows color (decimal): -10445560 or 564576. OLE color: 564576.
HSL color Cylindrical-coordinate representation of color #609D08: hue angle of 84.56º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #609D08 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 8 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.38 |
| HSL | 84.56º | 0.9% | 0.32% | - |
| HSV(B) | 84.56º | 0.95% | 0.62% | - |
| XYZ | 16.92 | 26.62 | 4.48 | - |
| YUV | 121.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 8 | 0.39 | 0 | 0.95 | 0.38 | 84.56 | 0.9 | 0.32 |
| Hex | 60 | 9D | 8 | 27 | 0 | 5F | 26 | 55 | 5A | 20 |
| Octal | 140 | 235 | 10 | 47 | 0 | 137 | 46 | 125 | 132 | 40 |
| Binary | 1100000 | 10011101 | 1000 | 100111 | 0 | 1011111 | 100110 | 1010101 | 1011010 | 100000 |
Color Harmonies of #609D08
Complementary color
Monochromatic Colors of #609D08
Black with #609D08
Text Example
Text Example
White with #609D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D08; }
p { color: rgb(96,157,8); }
H1.HeaderClassName
{
color: #609D08;
}
.AnyTagClassName
{
color: #609D08;
}
</style>
background-color css
<style>
a { background-color: #609D08; }
a { background-color: rgb(96,157,8); }
div.DivClassName
{
background-color: #609D08;
}
.BgClassName
{
background-color: #609D08;
}
</style>
border-color css
<style>
span { border-color: #609D08; }
span { border-color: rgb(96,157,8); }
td.TdClassName
{
border-color: #609D08;
}
.TagClassName
{
border-color: #609D08;
}
</style>