Shades of Christi #609B07
Tints of Christi #609B07
RGB
CMYK
RGB Variations
Color information
#609B07 (or 0x609B07) is known color: Christi. HEX triplet: 60, 9B and 07. RGB value is (96,155,7). Sum of RGB (Red+Green+Blue) = 96+155+7=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 155 (60.94% from 255 or 60.08% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 155 - color contains mainly: green. Hex color #609B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609B07 is #9F64F8. Grayscale: #797979. Windows color (decimal): -10446073 or 498528. OLE color: 498528.
HSL color Cylindrical-coordinate representation of color #609B07: hue angle of 83.92º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #609B07 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 155 | 7 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.39 |
| HSL | 83.92º | 0.91% | 0.32% | - |
| HSV(B) | 83.92º | 0.95% | 0.61% | - |
| XYZ | 16.58 | 25.94 | 4.33 | - |
| YUV | 120.49 | 63.95 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 155 | 7 | 0.38 | 0 | 0.95 | 0.39 | 83.92 | 0.91 | 0.32 |
| Hex | 60 | 9B | 7 | 26 | 0 | 5F | 27 | 54 | 5B | 20 |
| Octal | 140 | 233 | 7 | 46 | 0 | 137 | 47 | 124 | 133 | 40 |
| Binary | 1100000 | 10011011 | 111 | 100110 | 0 | 1011111 | 100111 | 1010100 | 1011011 | 100000 |
Color Harmonies of #609B07
Complementary color
Monochromatic Colors of #609B07
Black with #609B07
Text Example
Text Example
White with #609B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609B07; }
p { color: rgb(96,155,7); }
H1.HeaderClassName
{
color: #609B07;
}
.AnyTagClassName
{
color: #609B07;
}
</style>
background-color css
<style>
a { background-color: #609B07; }
a { background-color: rgb(96,155,7); }
div.DivClassName
{
background-color: #609B07;
}
.BgClassName
{
background-color: #609B07;
}
</style>
border-color css
<style>
span { border-color: #609B07; }
span { border-color: rgb(96,155,7); }
td.TdClassName
{
border-color: #609B07;
}
.TagClassName
{
border-color: #609B07;
}
</style>