Shades of Christi #75B211
Tints of Christi #75B211
RGB
CMYK
RGB Variations
Color information
#75B211 (or 0x75B211) is known color: Christi. HEX triplet: 75, B2 and 11. RGB value is (117,178,17). Sum of RGB (Red+Green+Blue) = 117+178+17=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #75B211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75B211 is #8A4DEE. Grayscale: #8D8D8D. Windows color (decimal): -9063919 or 1159797. OLE color: 1159797.
HSL color Cylindrical-coordinate representation of color #75B211: hue angle of 82.73º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75B211 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 178 | 17 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.30 |
| HSL | 82.73º | 0.83% | 0.38% | - |
| HSV(B) | 82.73º | 0.9% | 0.7% | - |
| XYZ | 23.36 | 35.66 | 6.18 | - |
| YUV | 141.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 178 | 17 | 0.34 | 0 | 0.90 | 0.30 | 82.73 | 0.83 | 0.38 |
| Hex | 75 | B2 | 11 | 22 | 0 | 5A | 1E | 53 | 53 | 26 |
| Octal | 165 | 262 | 21 | 42 | 0 | 132 | 36 | 123 | 123 | 46 |
| Binary | 1110101 | 10110010 | 10001 | 100010 | 0 | 1011010 | 11110 | 1010011 | 1010011 | 100110 |
Color Harmonies of #75B211
Complementary color
Monochromatic Colors of #75B211
Black with #75B211
Text Example
Text Example
White with #75B211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B211; }
p { color: rgb(117,178,17); }
H1.HeaderClassName
{
color: #75B211;
}
.AnyTagClassName
{
color: #75B211;
}
</style>
background-color css
<style>
a { background-color: #75B211; }
a { background-color: rgb(117,178,17); }
div.DivClassName
{
background-color: #75B211;
}
.BgClassName
{
background-color: #75B211;
}
</style>
border-color css
<style>
span { border-color: #75B211; }
span { border-color: rgb(117,178,17); }
td.TdClassName
{
border-color: #75B211;
}
.TagClassName
{
border-color: #75B211;
}
</style>