Shades of Christi #609D0F
Tints of Christi #609D0F
RGB
CMYK
RGB Variations
Color information
#609D0F (or 0x609D0F) is known color: Christi. HEX triplet: 60, 9D and 0F. RGB value is (96,157,15). Sum of RGB (Red+Green+Blue) = 96+157+15=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #609D0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609D0F is #9F62F0. Grayscale: #7B7B7B. Windows color (decimal): -10445553 or 1023328. OLE color: 1023328.
HSL color Cylindrical-coordinate representation of color #609D0F: hue angle of 85.77º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #609D0F is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 157 | 15 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.38 |
| HSL | 85.77º | 0.83% | 0.34% | - |
| HSV(B) | 85.77º | 0.9% | 0.62% | - |
| XYZ | 16.97 | 26.64 | 4.7 | - |
| YUV | 122.57 | 67.29 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 157 | 15 | 0.39 | 0 | 0.90 | 0.38 | 85.77 | 0.83 | 0.34 |
| Hex | 60 | 9D | F | 27 | 0 | 5A | 26 | 56 | 53 | 22 |
| Octal | 140 | 235 | 17 | 47 | 0 | 132 | 46 | 126 | 123 | 42 |
| Binary | 1100000 | 10011101 | 1111 | 100111 | 0 | 1011010 | 100110 | 1010110 | 1010011 | 100010 |
Color Harmonies of #609D0F
Complementary color
Monochromatic Colors of #609D0F
Black with #609D0F
Text Example
Text Example
White with #609D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609D0F; }
p { color: rgb(96,157,15); }
H1.HeaderClassName
{
color: #609D0F;
}
.AnyTagClassName
{
color: #609D0F;
}
</style>
background-color css
<style>
a { background-color: #609D0F; }
a { background-color: rgb(96,157,15); }
div.DivClassName
{
background-color: #609D0F;
}
.BgClassName
{
background-color: #609D0F;
}
</style>
border-color css
<style>
span { border-color: #609D0F; }
span { border-color: rgb(96,157,15); }
td.TdClassName
{
border-color: #609D0F;
}
.TagClassName
{
border-color: #609D0F;
}
</style>