Shades of Christi #659F0F
Tints of Christi #659F0F
RGB
CMYK
RGB Variations
Color information
#659F0F (or 0x659F0F) is known color: Christi. HEX triplet: 65, 9F and 0F. RGB value is (101,159,15). Sum of RGB (Red+Green+Blue) = 101+159+15=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #659F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659F0F is #9A60F0. Grayscale: #7D7D7D. Windows color (decimal): -10117361 or 1023845. OLE color: 1023845.
HSL color Cylindrical-coordinate representation of color #659F0F: hue angle of 84.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #659F0F is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 15 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.38 |
| HSL | 84.17º | 0.83% | 0.34% | - |
| HSV(B) | 84.17º | 0.91% | 0.62% | - |
| XYZ | 17.85 | 27.6 | 4.84 | - |
| YUV | 125.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 15 | 0.36 | 0 | 0.91 | 0.38 | 84.17 | 0.83 | 0.34 |
| Hex | 65 | 9F | F | 24 | 0 | 5B | 26 | 54 | 53 | 22 |
| Octal | 145 | 237 | 17 | 44 | 0 | 133 | 46 | 124 | 123 | 42 |
| Binary | 1100101 | 10011111 | 1111 | 100100 | 0 | 1011011 | 100110 | 1010100 | 1010011 | 100010 |
Color Harmonies of #659F0F
Complementary color
Monochromatic Colors of #659F0F
Black with #659F0F
Text Example
Text Example
White with #659F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F0F; }
p { color: rgb(101,159,15); }
H1.HeaderClassName
{
color: #659F0F;
}
.AnyTagClassName
{
color: #659F0F;
}
</style>
background-color css
<style>
a { background-color: #659F0F; }
a { background-color: rgb(101,159,15); }
div.DivClassName
{
background-color: #659F0F;
}
.BgClassName
{
background-color: #659F0F;
}
</style>
border-color css
<style>
span { border-color: #659F0F; }
span { border-color: rgb(101,159,15); }
td.TdClassName
{
border-color: #659F0F;
}
.TagClassName
{
border-color: #659F0F;
}
</style>