Shades of Christi #659F15
Tints of Christi #659F15
RGB
CMYK
RGB Variations
Color information
#659F15 (or 0x659F15) is known color: Christi. HEX triplet: 65, 9F and 15. RGB value is (101,159,21). Sum of RGB (Red+Green+Blue) = 101+159+21=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #659F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659F15 is #9A60EA. Grayscale: #7E7E7E. Windows color (decimal): -10117355 or 1417061. OLE color: 1417061.
HSL color Cylindrical-coordinate representation of color #659F15: hue angle of 85.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #659F15 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 21 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.38 |
| HSL | 85.22º | 0.77% | 0.35% | - |
| HSV(B) | 85.22º | 0.87% | 0.62% | - |
| XYZ | 17.9 | 27.62 | 5.1 | - |
| YUV | 125.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 21 | 0.36 | 0 | 0.87 | 0.38 | 85.22 | 0.77 | 0.35 |
| Hex | 65 | 9F | 15 | 24 | 0 | 57 | 26 | 55 | 4D | 23 |
| Octal | 145 | 237 | 25 | 44 | 0 | 127 | 46 | 125 | 115 | 43 |
| Binary | 1100101 | 10011111 | 10101 | 100100 | 0 | 1010111 | 100110 | 1010101 | 1001101 | 100011 |
Color Harmonies of #659F15
Complementary color
Monochromatic Colors of #659F15
Black with #659F15
Text Example
Text Example
White with #659F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F15; }
p { color: rgb(101,159,21); }
H1.HeaderClassName
{
color: #659F15;
}
.AnyTagClassName
{
color: #659F15;
}
</style>
background-color css
<style>
a { background-color: #659F15; }
a { background-color: rgb(101,159,21); }
div.DivClassName
{
background-color: #659F15;
}
.BgClassName
{
background-color: #659F15;
}
</style>
border-color css
<style>
span { border-color: #659F15; }
span { border-color: rgb(101,159,21); }
td.TdClassName
{
border-color: #659F15;
}
.TagClassName
{
border-color: #659F15;
}
</style>