Shades of Christi #759E09
Tints of Christi #759E09
RGB
CMYK
RGB Variations
Color information
#759E09 (or 0x759E09) is known color: Christi. HEX triplet: 75, 9E and 09. RGB value is (117,158,9). Sum of RGB (Red+Green+Blue) = 117+158+9=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #759E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759E09 is #8A61F6. Grayscale: #818181. Windows color (decimal): -9069047 or 630389. OLE color: 630389.
HSL color Cylindrical-coordinate representation of color #759E09: hue angle of 76.51º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759E09 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 9 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.38 |
| HSL | 76.51º | 0.89% | 0.33% | - |
| HSV(B) | 76.51º | 0.94% | 0.62% | - |
| XYZ | 19.61 | 28.26 | 4.68 | - |
| YUV | 128.76 | 60.42 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 9 | 0.26 | 0 | 0.94 | 0.38 | 76.51 | 0.89 | 0.33 |
| Hex | 75 | 9E | 9 | 1A | 0 | 5E | 26 | 4D | 59 | 21 |
| Octal | 165 | 236 | 11 | 32 | 0 | 136 | 46 | 115 | 131 | 41 |
| Binary | 1110101 | 10011110 | 1001 | 11010 | 0 | 1011110 | 100110 | 1001101 | 1011001 | 100001 |
Color Harmonies of #759E09
Complementary color
Monochromatic Colors of #759E09
Black with #759E09
Text Example
Text Example
White with #759E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E09; }
p { color: rgb(117,158,9); }
H1.HeaderClassName
{
color: #759E09;
}
.AnyTagClassName
{
color: #759E09;
}
</style>
background-color css
<style>
a { background-color: #759E09; }
a { background-color: rgb(117,158,9); }
div.DivClassName
{
background-color: #759E09;
}
.BgClassName
{
background-color: #759E09;
}
</style>
border-color css
<style>
span { border-color: #759E09; }
span { border-color: rgb(117,158,9); }
td.TdClassName
{
border-color: #759E09;
}
.TagClassName
{
border-color: #759E09;
}
</style>