Shades of Christi #659A09
Tints of Christi #659A09
RGB
CMYK
RGB Variations
Color information
#659A09 (or 0x659A09) is known color: Christi. HEX triplet: 65, 9A and 09. RGB value is (101,154,9). Sum of RGB (Red+Green+Blue) = 101+154+9=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 154 (60.55% from 255 or 58.33% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 154 - color contains mainly: green. Hex color #659A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659A09 is #9A65F6. Grayscale: #7A7A7A. Windows color (decimal): -10118647 or 629349. OLE color: 629349.
HSL color Cylindrical-coordinate representation of color #659A09: hue angle of 81.93º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #659A09 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 9 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.40 |
| HSL | 81.93º | 0.89% | 0.32% | - |
| HSV(B) | 81.93º | 0.94% | 0.6% | - |
| XYZ | 16.97 | 25.9 | 4.36 | - |
| YUV | 121.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 9 | 0.34 | 0 | 0.94 | 0.40 | 81.93 | 0.89 | 0.32 |
| Hex | 65 | 9A | 9 | 22 | 0 | 5E | 28 | 52 | 59 | 20 |
| Octal | 145 | 232 | 11 | 42 | 0 | 136 | 50 | 122 | 131 | 40 |
| Binary | 1100101 | 10011010 | 1001 | 100010 | 0 | 1011110 | 101000 | 1010010 | 1011001 | 100000 |
Color Harmonies of #659A09
Complementary color
Monochromatic Colors of #659A09
Black with #659A09
Text Example
Text Example
White with #659A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A09; }
p { color: rgb(101,154,9); }
H1.HeaderClassName
{
color: #659A09;
}
.AnyTagClassName
{
color: #659A09;
}
</style>
background-color css
<style>
a { background-color: #659A09; }
a { background-color: rgb(101,154,9); }
div.DivClassName
{
background-color: #659A09;
}
.BgClassName
{
background-color: #659A09;
}
</style>
border-color css
<style>
span { border-color: #659A09; }
span { border-color: rgb(101,154,9); }
td.TdClassName
{
border-color: #659A09;
}
.TagClassName
{
border-color: #659A09;
}
</style>