Shades of Christi #659C0A
Tints of Christi #659C0A
RGB
CMYK
RGB Variations
Color information
#659C0A (or 0x659C0A) is known color: Christi. HEX triplet: 65, 9C and 0A. RGB value is (101,156,10). Sum of RGB (Red+Green+Blue) = 101+156+10=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #659C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659C0A is #9A63F5. Grayscale: #7B7B7B. Windows color (decimal): -10118134 or 695397. OLE color: 695397.
HSL color Cylindrical-coordinate representation of color #659C0A: hue angle of 82.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #659C0A is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 10 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.39 |
| HSL | 82.6º | 0.88% | 0.33% | - |
| HSV(B) | 82.6º | 0.94% | 0.61% | - |
| XYZ | 17.31 | 26.57 | 4.5 | - |
| YUV | 122.91 | 64.28 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 10 | 0.35 | 0 | 0.94 | 0.39 | 82.6 | 0.88 | 0.33 |
| Hex | 65 | 9C | A | 23 | 0 | 5E | 27 | 53 | 58 | 21 |
| Octal | 145 | 234 | 12 | 43 | 0 | 136 | 47 | 123 | 130 | 41 |
| Binary | 1100101 | 10011100 | 1010 | 100011 | 0 | 1011110 | 100111 | 1010011 | 1011000 | 100001 |
Color Harmonies of #659C0A
Complementary color
Monochromatic Colors of #659C0A
Black with #659C0A
Text Example
Text Example
White with #659C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C0A; }
p { color: rgb(101,156,10); }
H1.HeaderClassName
{
color: #659C0A;
}
.AnyTagClassName
{
color: #659C0A;
}
</style>
background-color css
<style>
a { background-color: #659C0A; }
a { background-color: rgb(101,156,10); }
div.DivClassName
{
background-color: #659C0A;
}
.BgClassName
{
background-color: #659C0A;
}
</style>
border-color css
<style>
span { border-color: #659C0A; }
span { border-color: rgb(101,156,10); }
td.TdClassName
{
border-color: #659C0A;
}
.TagClassName
{
border-color: #659C0A;
}
</style>