Shades of Christi #759C09
Tints of Christi #759C09
RGB
CMYK
RGB Variations
Color information
#759C09 (or 0x759C09) is known color: Christi. HEX triplet: 75, 9C and 09. RGB value is (117,156,9). Sum of RGB (Red+Green+Blue) = 117+156+9=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #759C09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759C09 is #8A63F6. Grayscale: #808080. Windows color (decimal): -9069559 or 629877. OLE color: 629877.
HSL color Cylindrical-coordinate representation of color #759C09: hue angle of 75.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #759C09 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 9 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.39 |
| HSL | 75.92º | 0.89% | 0.32% | - |
| HSV(B) | 75.92º | 0.94% | 0.61% | - |
| XYZ | 19.27 | 27.58 | 4.57 | - |
| YUV | 127.58 | 61.08 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 9 | 0.25 | 0 | 0.94 | 0.39 | 75.92 | 0.89 | 0.32 |
| Hex | 75 | 9C | 9 | 19 | 0 | 5E | 27 | 4C | 59 | 20 |
| Octal | 165 | 234 | 11 | 31 | 0 | 136 | 47 | 114 | 131 | 40 |
| Binary | 1110101 | 10011100 | 1001 | 11001 | 0 | 1011110 | 100111 | 1001100 | 1011001 | 100000 |
Color Harmonies of #759C09
Complementary color
Monochromatic Colors of #759C09
Black with #759C09
Text Example
Text Example
White with #759C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C09; }
p { color: rgb(117,156,9); }
H1.HeaderClassName
{
color: #759C09;
}
.AnyTagClassName
{
color: #759C09;
}
</style>
background-color css
<style>
a { background-color: #759C09; }
a { background-color: rgb(117,156,9); }
div.DivClassName
{
background-color: #759C09;
}
.BgClassName
{
background-color: #759C09;
}
</style>
border-color css
<style>
span { border-color: #759C09; }
span { border-color: rgb(117,156,9); }
td.TdClassName
{
border-color: #759C09;
}
.TagClassName
{
border-color: #759C09;
}
</style>