Shades of Christi #759B15
Tints of Christi #759B15
RGB
CMYK
RGB Variations
Color information
#759B15 (or 0x759B15) is known color: Christi. HEX triplet: 75, 9B and 15. RGB value is (117,155,21). Sum of RGB (Red+Green+Blue) = 117+155+21=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #759B15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B15 is #8A64EA. Grayscale: #808080. Windows color (decimal): -9069803 or 1416053. OLE color: 1416053.
HSL color Cylindrical-coordinate representation of color #759B15: hue angle of 77.01º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #759B15 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 21 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.39 |
| HSL | 77.01º | 0.76% | 0.35% | - |
| HSV(B) | 77.01º | 0.86% | 0.61% | - |
| XYZ | 19.19 | 27.28 | 4.96 | - |
| YUV | 128.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 21 | 0.25 | 0 | 0.86 | 0.39 | 77.01 | 0.76 | 0.35 |
| Hex | 75 | 9B | 15 | 19 | 0 | 56 | 27 | 4D | 4C | 23 |
| Octal | 165 | 233 | 25 | 31 | 0 | 126 | 47 | 115 | 114 | 43 |
| Binary | 1110101 | 10011011 | 10101 | 11001 | 0 | 1010110 | 100111 | 1001101 | 1001100 | 100011 |
Color Harmonies of #759B15
Complementary color
Monochromatic Colors of #759B15
Black with #759B15
Text Example
Text Example
White with #759B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B15; }
p { color: rgb(117,155,21); }
H1.HeaderClassName
{
color: #759B15;
}
.AnyTagClassName
{
color: #759B15;
}
</style>
background-color css
<style>
a { background-color: #759B15; }
a { background-color: rgb(117,155,21); }
div.DivClassName
{
background-color: #759B15;
}
.BgClassName
{
background-color: #759B15;
}
</style>
border-color css
<style>
span { border-color: #759B15; }
span { border-color: rgb(117,155,21); }
td.TdClassName
{
border-color: #759B15;
}
.TagClassName
{
border-color: #759B15;
}
</style>