Shades of Christi #659C09
Tints of Christi #659C09
RGB
CMYK
RGB Variations
Color information
#659C09 (or 0x659C09) is known color: Christi. HEX triplet: 65, 9C and 09. RGB value is (101,156,9). Sum of RGB (Red+Green+Blue) = 101+156+9=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 156 (61.33% from 255 or 58.65% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 156 - color contains mainly: green. Hex color #659C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659C09 is #9A63F6. Grayscale: #7B7B7B. Windows color (decimal): -10118135 or 629861. OLE color: 629861.
HSL color Cylindrical-coordinate representation of color #659C09: hue angle of 82.45º 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 #659C09 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 9 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.39 |
| HSL | 82.45º | 0.89% | 0.32% | - |
| HSV(B) | 82.45º | 0.94% | 0.61% | - |
| XYZ | 17.3 | 26.56 | 4.47 | - |
| YUV | 122.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 9 | 0.35 | 0 | 0.94 | 0.39 | 82.45 | 0.89 | 0.32 |
| Hex | 65 | 9C | 9 | 23 | 0 | 5E | 27 | 52 | 59 | 20 |
| Octal | 145 | 234 | 11 | 43 | 0 | 136 | 47 | 122 | 131 | 40 |
| Binary | 1100101 | 10011100 | 1001 | 100011 | 0 | 1011110 | 100111 | 1010010 | 1011001 | 100000 |
Color Harmonies of #659C09
Complementary color
Monochromatic Colors of #659C09
Black with #659C09
Text Example
Text Example
White with #659C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C09; }
p { color: rgb(101,156,9); }
H1.HeaderClassName
{
color: #659C09;
}
.AnyTagClassName
{
color: #659C09;
}
</style>
background-color css
<style>
a { background-color: #659C09; }
a { background-color: rgb(101,156,9); }
div.DivClassName
{
background-color: #659C09;
}
.BgClassName
{
background-color: #659C09;
}
</style>
border-color css
<style>
span { border-color: #659C09; }
span { border-color: rgb(101,156,9); }
td.TdClassName
{
border-color: #659C09;
}
.TagClassName
{
border-color: #659C09;
}
</style>