Shades of Christi #759B18
Tints of Christi #759B18
RGB
CMYK
RGB Variations
Color information
#759B18 (or 0x759B18) is known color: Christi. HEX triplet: 75, 9B and 18. RGB value is (117,155,24). Sum of RGB (Red+Green+Blue) = 117+155+24=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #759B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759B18 is #8A64E7. Grayscale: #818181. Windows color (decimal): -9069800 or 1612661. OLE color: 1612661.
HSL color Cylindrical-coordinate representation of color #759B18: hue angle of 77.4º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #759B18 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 155 | 24 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.39 |
| HSL | 77.4º | 0.73% | 0.35% | - |
| HSV(B) | 77.4º | 0.85% | 0.61% | - |
| XYZ | 19.22 | 27.29 | 5.12 | - |
| YUV | 128.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 24 | 0.25 | 0 | 0.85 | 0.39 | 77.4 | 0.73 | 0.35 |
| Hex | 75 | 9B | 18 | 19 | 0 | 55 | 27 | 4D | 49 | 23 |
| Octal | 165 | 233 | 30 | 31 | 0 | 125 | 47 | 115 | 111 | 43 |
| Binary | 1110101 | 10011011 | 11000 | 11001 | 0 | 1010101 | 100111 | 1001101 | 1001001 | 100011 |
Color Harmonies of #759B18
Complementary color
Monochromatic Colors of #759B18
Black with #759B18
Text Example
Text Example
White with #759B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759B18; }
p { color: rgb(117,155,24); }
H1.HeaderClassName
{
color: #759B18;
}
.AnyTagClassName
{
color: #759B18;
}
</style>
background-color css
<style>
a { background-color: #759B18; }
a { background-color: rgb(117,155,24); }
div.DivClassName
{
background-color: #759B18;
}
.BgClassName
{
background-color: #759B18;
}
</style>
border-color css
<style>
span { border-color: #759B18; }
span { border-color: rgb(117,155,24); }
td.TdClassName
{
border-color: #759B18;
}
.TagClassName
{
border-color: #759B18;
}
</style>