Shades of Christi #75980B
Tints of Christi #75980B
RGB
CMYK
RGB Variations
Color information
#75980B (or 0x75980B) is known color: Christi. HEX triplet: 75, 98 and 0B. RGB value is (117,152,11). Sum of RGB (Red+Green+Blue) = 117+152+11=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #75980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75980B is #8A67F4. Grayscale: #7D7D7D. Windows color (decimal): -9070581 or 759925. OLE color: 759925.
HSL color Cylindrical-coordinate representation of color #75980B: hue angle of 74.89º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75980B is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 11 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.40 |
| HSL | 74.89º | 0.87% | 0.32% | - |
| HSV(B) | 74.89º | 0.93% | 0.6% | - |
| XYZ | 18.62 | 26.26 | 4.4 | - |
| YUV | 125.46 | 63.4 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 11 | 0.23 | 0 | 0.93 | 0.40 | 74.89 | 0.87 | 0.32 |
| Hex | 75 | 98 | B | 17 | 0 | 5D | 28 | 4B | 57 | 20 |
| Octal | 165 | 230 | 13 | 27 | 0 | 135 | 50 | 113 | 127 | 40 |
| Binary | 1110101 | 10011000 | 1011 | 10111 | 0 | 1011101 | 101000 | 1001011 | 1010111 | 100000 |
Color Harmonies of #75980B
Complementary color
Monochromatic Colors of #75980B
Black with #75980B
Text Example
Text Example
White with #75980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75980B; }
p { color: rgb(117,152,11); }
H1.HeaderClassName
{
color: #75980B;
}
.AnyTagClassName
{
color: #75980B;
}
</style>
background-color css
<style>
a { background-color: #75980B; }
a { background-color: rgb(117,152,11); }
div.DivClassName
{
background-color: #75980B;
}
.BgClassName
{
background-color: #75980B;
}
</style>
border-color css
<style>
span { border-color: #75980B; }
span { border-color: rgb(117,152,11); }
td.TdClassName
{
border-color: #75980B;
}
.TagClassName
{
border-color: #75980B;
}
</style>