Shades of Christi #659F11
Tints of Christi #659F11
RGB
CMYK
RGB Variations
Color information
#659F11 (or 0x659F11) is known color: Christi. HEX triplet: 65, 9F and 11. RGB value is (101,159,17). Sum of RGB (Red+Green+Blue) = 101+159+17=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 159 (62.5% from 255 or 57.40% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 159 - color contains mainly: green. Hex color #659F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659F11 is #9A60EE. Grayscale: #7D7D7D. Windows color (decimal): -10117359 or 1154917. OLE color: 1154917.
HSL color Cylindrical-coordinate representation of color #659F11: hue angle of 84.51º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #659F11 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 17 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.38 |
| HSL | 84.51º | 0.81% | 0.35% | - |
| HSV(B) | 84.51º | 0.89% | 0.62% | - |
| XYZ | 17.87 | 27.6 | 4.92 | - |
| YUV | 125.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 17 | 0.36 | 0 | 0.89 | 0.38 | 84.51 | 0.81 | 0.35 |
| Hex | 65 | 9F | 11 | 24 | 0 | 59 | 26 | 55 | 51 | 23 |
| Octal | 145 | 237 | 21 | 44 | 0 | 131 | 46 | 125 | 121 | 43 |
| Binary | 1100101 | 10011111 | 10001 | 100100 | 0 | 1011001 | 100110 | 1010101 | 1010001 | 100011 |
Color Harmonies of #659F11
Complementary color
Monochromatic Colors of #659F11
Black with #659F11
Text Example
Text Example
White with #659F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F11; }
p { color: rgb(101,159,17); }
H1.HeaderClassName
{
color: #659F11;
}
.AnyTagClassName
{
color: #659F11;
}
</style>
background-color css
<style>
a { background-color: #659F11; }
a { background-color: rgb(101,159,17); }
div.DivClassName
{
background-color: #659F11;
}
.BgClassName
{
background-color: #659F11;
}
</style>
border-color css
<style>
span { border-color: #659F11; }
span { border-color: rgb(101,159,17); }
td.TdClassName
{
border-color: #659F11;
}
.TagClassName
{
border-color: #659F11;
}
</style>