Shades of Christi #609F10
Tints of Christi #609F10
RGB
CMYK
RGB Variations
Color information
#609F10 (or 0x609F10) is known color: Christi. HEX triplet: 60, 9F and 10. RGB value is (96,159,16). Sum of RGB (Red+Green+Blue) = 96+159+16=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #609F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609F10 is #9F60EF. Grayscale: #7C7C7C. Windows color (decimal): -10445040 or 1089376. OLE color: 1089376.
HSL color Cylindrical-coordinate representation of color #609F10: hue angle of 86.43º degrees, saturation: 0.82, 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 #609F10 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 159 | 16 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.38 |
| HSL | 86.43º | 0.82% | 0.34% | - |
| HSV(B) | 86.43º | 0.9% | 0.62% | - |
| XYZ | 17.32 | 27.32 | 4.85 | - |
| YUV | 123.86 | 67.13 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 159 | 16 | 0.40 | 0 | 0.90 | 0.38 | 86.43 | 0.82 | 0.34 |
| Hex | 60 | 9F | 10 | 28 | 0 | 5A | 26 | 56 | 52 | 22 |
| Octal | 140 | 237 | 20 | 50 | 0 | 132 | 46 | 126 | 122 | 42 |
| Binary | 1100000 | 10011111 | 10000 | 101000 | 0 | 1011010 | 100110 | 1010110 | 1010010 | 100010 |
Color Harmonies of #609F10
Complementary color
Monochromatic Colors of #609F10
Black with #609F10
Text Example
Text Example
White with #609F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609F10; }
p { color: rgb(96,159,16); }
H1.HeaderClassName
{
color: #609F10;
}
.AnyTagClassName
{
color: #609F10;
}
</style>
background-color css
<style>
a { background-color: #609F10; }
a { background-color: rgb(96,159,16); }
div.DivClassName
{
background-color: #609F10;
}
.BgClassName
{
background-color: #609F10;
}
</style>
border-color css
<style>
span { border-color: #609F10; }
span { border-color: rgb(96,159,16); }
td.TdClassName
{
border-color: #609F10;
}
.TagClassName
{
border-color: #609F10;
}
</style>