Shades of Christi #759C0A
Tints of Christi #759C0A
RGB
CMYK
RGB Variations
Color information
#759C0A (or 0x759C0A) is known color: Christi. HEX triplet: 75, 9C and 0A. RGB value is (117,156,10). Sum of RGB (Red+Green+Blue) = 117+156+10=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #759C0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C0A is #8A63F5. Grayscale: #808080. Windows color (decimal): -9069558 or 695413. OLE color: 695413.
HSL color Cylindrical-coordinate representation of color #759C0A: hue angle of 76.03º 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 #759C0A is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 10 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.39 |
| HSL | 76.03º | 0.88% | 0.33% | - |
| HSV(B) | 76.03º | 0.94% | 0.61% | - |
| XYZ | 19.28 | 27.58 | 4.59 | - |
| YUV | 127.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 10 | 0.25 | 0 | 0.94 | 0.39 | 76.03 | 0.88 | 0.33 |
| Hex | 75 | 9C | A | 19 | 0 | 5E | 27 | 4C | 58 | 21 |
| Octal | 165 | 234 | 12 | 31 | 0 | 136 | 47 | 114 | 130 | 41 |
| Binary | 1110101 | 10011100 | 1010 | 11001 | 0 | 1011110 | 100111 | 1001100 | 1011000 | 100001 |
Color Harmonies of #759C0A
Complementary color
Monochromatic Colors of #759C0A
Black with #759C0A
Text Example
Text Example
White with #759C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C0A; }
p { color: rgb(117,156,10); }
H1.HeaderClassName
{
color: #759C0A;
}
.AnyTagClassName
{
color: #759C0A;
}
</style>
background-color css
<style>
a { background-color: #759C0A; }
a { background-color: rgb(117,156,10); }
div.DivClassName
{
background-color: #759C0A;
}
.BgClassName
{
background-color: #759C0A;
}
</style>
border-color css
<style>
span { border-color: #759C0A; }
span { border-color: rgb(117,156,10); }
td.TdClassName
{
border-color: #759C0A;
}
.TagClassName
{
border-color: #759C0A;
}
</style>