Shades of Christi #759B14
Tints of Christi #759B14
RGB
CMYK
RGB Variations
Color information
#759B14 (or 0x759B14) is known color: Christi. HEX triplet: 75, 9B and 14. RGB value is (117,155,20). Sum of RGB (Red+Green+Blue) = 117+155+20=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #759B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B14 is #8A64EB. Grayscale: #808080. Windows color (decimal): -9069804 or 1350517. OLE color: 1350517.
HSL color Cylindrical-coordinate representation of color #759B14: hue angle of 76.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #759B14 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 20 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.39 |
| HSL | 76.89º | 0.77% | 0.34% | - |
| HSV(B) | 76.89º | 0.87% | 0.61% | - |
| XYZ | 19.18 | 27.28 | 4.92 | - |
| YUV | 128.25 | 66.91 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 20 | 0.25 | 0 | 0.87 | 0.39 | 76.89 | 0.77 | 0.34 |
| Hex | 75 | 9B | 14 | 19 | 0 | 57 | 27 | 4D | 4D | 22 |
| Octal | 165 | 233 | 24 | 31 | 0 | 127 | 47 | 115 | 115 | 42 |
| Binary | 1110101 | 10011011 | 10100 | 11001 | 0 | 1010111 | 100111 | 1001101 | 1001101 | 100010 |
Color Harmonies of #759B14
Complementary color
Monochromatic Colors of #759B14
Black with #759B14
Text Example
Text Example
White with #759B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B14; }
p { color: rgb(117,155,20); }
H1.HeaderClassName
{
color: #759B14;
}
.AnyTagClassName
{
color: #759B14;
}
</style>
background-color css
<style>
a { background-color: #759B14; }
a { background-color: rgb(117,155,20); }
div.DivClassName
{
background-color: #759B14;
}
.BgClassName
{
background-color: #759B14;
}
</style>
border-color css
<style>
span { border-color: #759B14; }
span { border-color: rgb(117,155,20); }
td.TdClassName
{
border-color: #759B14;
}
.TagClassName
{
border-color: #759B14;
}
</style>