Shades of Christi #759F16
Tints of Christi #759F16
RGB
CMYK
RGB Variations
Color information
#759F16 (or 0x759F16) is known color: Christi. HEX triplet: 75, 9F and 16. RGB value is (117,159,22). Sum of RGB (Red+Green+Blue) = 117+159+22=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #759F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759F16 is #8A60E9. Grayscale: #838383. Windows color (decimal): -9068778 or 1482613. OLE color: 1482613.
HSL color Cylindrical-coordinate representation of color #759F16: hue angle of 78.39º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759F16 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 22 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.38 |
| HSL | 78.39º | 0.76% | 0.35% | - |
| HSV(B) | 78.39º | 0.86% | 0.62% | - |
| XYZ | 19.88 | 28.64 | 5.24 | - |
| YUV | 130.82 | 66.59 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 22 | 0.26 | 0 | 0.86 | 0.38 | 78.39 | 0.76 | 0.35 |
| Hex | 75 | 9F | 16 | 1A | 0 | 56 | 26 | 4E | 4C | 23 |
| Octal | 165 | 237 | 26 | 32 | 0 | 126 | 46 | 116 | 114 | 43 |
| Binary | 1110101 | 10011111 | 10110 | 11010 | 0 | 1010110 | 100110 | 1001110 | 1001100 | 100011 |
Color Harmonies of #759F16
Complementary color
Monochromatic Colors of #759F16
Black with #759F16
Text Example
Text Example
White with #759F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F16; }
p { color: rgb(117,159,22); }
H1.HeaderClassName
{
color: #759F16;
}
.AnyTagClassName
{
color: #759F16;
}
</style>
background-color css
<style>
a { background-color: #759F16; }
a { background-color: rgb(117,159,22); }
div.DivClassName
{
background-color: #759F16;
}
.BgClassName
{
background-color: #759F16;
}
</style>
border-color css
<style>
span { border-color: #759F16; }
span { border-color: rgb(117,159,22); }
td.TdClassName
{
border-color: #759F16;
}
.TagClassName
{
border-color: #759F16;
}
</style>