Shades of Christi #75A60E
Tints of Christi #75A60E
RGB
CMYK
RGB Variations
Color information
#75A60E (or 0x75A60E) is known color: Christi. HEX triplet: 75, A6 and 0E. RGB value is (117,166,14). Sum of RGB (Red+Green+Blue) = 117+166+14=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #75A60E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75A60E is #8A59F1. Grayscale: #868686. Windows color (decimal): -9066994 or 960117. OLE color: 960117.
HSL color Cylindrical-coordinate representation of color #75A60E: hue angle of 79.34º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75A60E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 14 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.35 |
| HSL | 79.34º | 0.84% | 0.35% | - |
| HSV(B) | 79.34º | 0.92% | 0.65% | - |
| XYZ | 21.05 | 31.09 | 5.31 | - |
| YUV | 134.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 14 | 0.30 | 0 | 0.92 | 0.35 | 79.34 | 0.84 | 0.35 |
| Hex | 75 | A6 | E | 1E | 0 | 5C | 23 | 4F | 54 | 23 |
| Octal | 165 | 246 | 16 | 36 | 0 | 134 | 43 | 117 | 124 | 43 |
| Binary | 1110101 | 10100110 | 1110 | 11110 | 0 | 1011100 | 100011 | 1001111 | 1010100 | 100011 |
Color Harmonies of #75A60E
Complementary color
Monochromatic Colors of #75A60E
Black with #75A60E
Text Example
Text Example
White with #75A60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A60E; }
p { color: rgb(117,166,14); }
H1.HeaderClassName
{
color: #75A60E;
}
.AnyTagClassName
{
color: #75A60E;
}
</style>
background-color css
<style>
a { background-color: #75A60E; }
a { background-color: rgb(117,166,14); }
div.DivClassName
{
background-color: #75A60E;
}
.BgClassName
{
background-color: #75A60E;
}
</style>
border-color css
<style>
span { border-color: #75A60E; }
span { border-color: rgb(117,166,14); }
td.TdClassName
{
border-color: #75A60E;
}
.TagClassName
{
border-color: #75A60E;
}
</style>