Shades of Christi #659A10
Tints of Christi #659A10
RGB
CMYK
RGB Variations
Color information
#659A10 (or 0x659A10) is known color: Christi. HEX triplet: 65, 9A and 10. RGB value is (101,154,16). Sum of RGB (Red+Green+Blue) = 101+154+16=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #659A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659A10 is #9A65EF. Grayscale: #7A7A7A. Windows color (decimal): -10118640 or 1088101. OLE color: 1088101.
HSL color Cylindrical-coordinate representation of color #659A10: hue angle of 83.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #659A10 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 16 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.40 |
| HSL | 83.04º | 0.81% | 0.33% | - |
| HSV(B) | 83.04º | 0.9% | 0.6% | - |
| XYZ | 17.02 | 25.92 | 4.6 | - |
| YUV | 122.42 | 67.94 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 16 | 0.34 | 0 | 0.90 | 0.40 | 83.04 | 0.81 | 0.33 |
| Hex | 65 | 9A | 10 | 22 | 0 | 5A | 28 | 53 | 51 | 21 |
| Octal | 145 | 232 | 20 | 42 | 0 | 132 | 50 | 123 | 121 | 41 |
| Binary | 1100101 | 10011010 | 10000 | 100010 | 0 | 1011010 | 101000 | 1010011 | 1010001 | 100001 |
Color Harmonies of #659A10
Complementary color
Monochromatic Colors of #659A10
Black with #659A10
Text Example
Text Example
White with #659A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A10; }
p { color: rgb(101,154,16); }
H1.HeaderClassName
{
color: #659A10;
}
.AnyTagClassName
{
color: #659A10;
}
</style>
background-color css
<style>
a { background-color: #659A10; }
a { background-color: rgb(101,154,16); }
div.DivClassName
{
background-color: #659A10;
}
.BgClassName
{
background-color: #659A10;
}
</style>
border-color css
<style>
span { border-color: #659A10; }
span { border-color: rgb(101,154,16); }
td.TdClassName
{
border-color: #659A10;
}
.TagClassName
{
border-color: #659A10;
}
</style>