Shades of Christi #609B09
Tints of Christi #609B09
RGB
CMYK
RGB Variations
Color information
#609B09 (or 0x609B09) is known color: Christi. HEX triplet: 60, 9B and 09. RGB value is (96,155,9). Sum of RGB (Red+Green+Blue) = 96+155+9=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 155 (60.94% from 255 or 59.62% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 155 - color contains mainly: green. Hex color #609B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B09 is #9F64F6. Grayscale: #797979. Windows color (decimal): -10446071 or 629600. OLE color: 629600.
HSL color Cylindrical-coordinate representation of color #609B09: hue angle of 84.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #609B09 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 9 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.39 |
| HSL | 84.25º | 0.89% | 0.32% | - |
| HSV(B) | 84.25º | 0.94% | 0.61% | - |
| XYZ | 16.59 | 25.95 | 4.39 | - |
| YUV | 120.72 | 64.95 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 9 | 0.38 | 0 | 0.94 | 0.39 | 84.25 | 0.89 | 0.32 |
| Hex | 60 | 9B | 9 | 26 | 0 | 5E | 27 | 54 | 59 | 20 |
| Octal | 140 | 233 | 11 | 46 | 0 | 136 | 47 | 124 | 131 | 40 |
| Binary | 1100000 | 10011011 | 1001 | 100110 | 0 | 1011110 | 100111 | 1010100 | 1011001 | 100000 |
Color Harmonies of #609B09
Complementary color
Monochromatic Colors of #609B09
Black with #609B09
Text Example
Text Example
White with #609B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B09; }
p { color: rgb(96,155,9); }
H1.HeaderClassName
{
color: #609B09;
}
.AnyTagClassName
{
color: #609B09;
}
</style>
background-color css
<style>
a { background-color: #609B09; }
a { background-color: rgb(96,155,9); }
div.DivClassName
{
background-color: #609B09;
}
.BgClassName
{
background-color: #609B09;
}
</style>
border-color css
<style>
span { border-color: #609B09; }
span { border-color: rgb(96,155,9); }
td.TdClassName
{
border-color: #609B09;
}
.TagClassName
{
border-color: #609B09;
}
</style>