Shades of Christi #759E0F
Tints of Christi #759E0F
RGB
CMYK
RGB Variations
Color information
#759E0F (or 0x759E0F) is known color: Christi. HEX triplet: 75, 9E and 0F. RGB value is (117,158,15). Sum of RGB (Red+Green+Blue) = 117+158+15=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 158 (62.11% from 255 or 54.48% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 158 - color contains mainly: green. Hex color #759E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759E0F is #8A61F0. Grayscale: #818181. Windows color (decimal): -9069041 or 1023605. OLE color: 1023605.
HSL color Cylindrical-coordinate representation of color #759E0F: hue angle of 77.2º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #759E0F is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 158 | 15 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.38 |
| HSL | 77.2º | 0.83% | 0.34% | - |
| HSV(B) | 77.2º | 0.91% | 0.62% | - |
| XYZ | 19.65 | 28.27 | 4.87 | - |
| YUV | 129.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 15 | 0.26 | 0 | 0.91 | 0.38 | 77.2 | 0.83 | 0.34 |
| Hex | 75 | 9E | F | 1A | 0 | 5B | 26 | 4D | 53 | 22 |
| Octal | 165 | 236 | 17 | 32 | 0 | 133 | 46 | 115 | 123 | 42 |
| Binary | 1110101 | 10011110 | 1111 | 11010 | 0 | 1011011 | 100110 | 1001101 | 1010011 | 100010 |
Color Harmonies of #759E0F
Complementary color
Monochromatic Colors of #759E0F
Black with #759E0F
Text Example
Text Example
White with #759E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759E0F; }
p { color: rgb(117,158,15); }
H1.HeaderClassName
{
color: #759E0F;
}
.AnyTagClassName
{
color: #759E0F;
}
</style>
background-color css
<style>
a { background-color: #759E0F; }
a { background-color: rgb(117,158,15); }
div.DivClassName
{
background-color: #759E0F;
}
.BgClassName
{
background-color: #759E0F;
}
</style>
border-color css
<style>
span { border-color: #759E0F; }
span { border-color: rgb(117,158,15); }
td.TdClassName
{
border-color: #759E0F;
}
.TagClassName
{
border-color: #759E0F;
}
</style>