Shades of Christi #759F23
Tints of Christi #759F23
RGB
CMYK
RGB Variations
Color information
#759F23 (or 0x759F23) is known color: Christi. HEX triplet: 75, 9F and 23. RGB value is (117,159,35). Sum of RGB (Red+Green+Blue) = 117+159+35=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #759F23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F23 is #8A60DC. Grayscale: #848484. Windows color (decimal): -9068765 or 2334581. OLE color: 2334581.
HSL color Cylindrical-coordinate representation of color #759F23: hue angle of 80.32º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759F23 is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 35 | - |
| CMYK | 0.26 | 0 | 0.78 | 0.38 |
| HSL | 80.32º | 0.64% | 0.38% | - |
| HSV(B) | 80.32º | 0.78% | 0.62% | - |
| XYZ | 20.04 | 28.7 | 6.07 | - |
| YUV | 132.31 | 73.09 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 35 | 0.26 | 0 | 0.78 | 0.38 | 80.32 | 0.64 | 0.38 |
| Hex | 75 | 9F | 23 | 1A | 0 | 4E | 26 | 50 | 40 | 26 |
| Octal | 165 | 237 | 43 | 32 | 0 | 116 | 46 | 120 | 100 | 46 |
| Binary | 1110101 | 10011111 | 100011 | 11010 | 0 | 1001110 | 100110 | 1010000 | 1000000 | 100110 |
Color Harmonies of #759F23
Complementary color
Monochromatic Colors of #759F23
Black with #759F23
Text Example
Text Example
White with #759F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F23; }
p { color: rgb(117,159,35); }
H1.HeaderClassName
{
color: #759F23;
}
.AnyTagClassName
{
color: #759F23;
}
</style>
background-color css
<style>
a { background-color: #759F23; }
a { background-color: rgb(117,159,35); }
div.DivClassName
{
background-color: #759F23;
}
.BgClassName
{
background-color: #759F23;
}
</style>
border-color css
<style>
span { border-color: #759F23; }
span { border-color: rgb(117,159,35); }
td.TdClassName
{
border-color: #759F23;
}
.TagClassName
{
border-color: #759F23;
}
</style>