Shades of Olive #759100
Tints of Olive #759100
RGB
CMYK
RGB Variations
Color information
#759100 (or 0x759100) is known color: Olive. HEX triplet: 75, 91 and 00. RGB value is (117,145,0). Sum of RGB (Red+Green+Blue) = 117+145+0=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #759100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759100 is #8A6EFF. Grayscale: #787878. Windows color (decimal): -9072384 or 37237. OLE color: 37237.
HSL color Cylindrical-coordinate representation of color #759100: hue angle of 71.59º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #759100 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 117 | 145 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.43 |
| HSL | 71.59º | 1% | 0.28% | - |
| HSV(B) | 71.59º | 1% | 0.57% | - |
| XYZ | 17.46 | 24.03 | 3.72 | - |
| YUV | 120.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 145 | 0 | 0.19 | 0 | 1 | 0.43 | 71.59 | 1 | 0.28 |
| Hex | 75 | 91 | 0 | 13 | 0 | 64 | 2B | 48 | 64 | 1C |
| Octal | 165 | 221 | 0 | 23 | 0 | 144 | 53 | 110 | 144 | 34 |
| Binary | 1110101 | 10010001 | 0 | 10011 | 0 | 1100100 | 101011 | 1001000 | 1100100 | 11100 |
Color Harmonies of #759100
Complementary color
Monochromatic Colors of #759100
Black with #759100
Text Example
Text Example
White with #759100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759100; }
p { color: rgb(117,145,0); }
H1.HeaderClassName
{
color: #759100;
}
.AnyTagClassName
{
color: #759100;
}
</style>
background-color css
<style>
a { background-color: #759100; }
a { background-color: rgb(117,145,0); }
div.DivClassName
{
background-color: #759100;
}
.BgClassName
{
background-color: #759100;
}
</style>
border-color css
<style>
span { border-color: #759100; }
span { border-color: rgb(117,145,0); }
td.TdClassName
{
border-color: #759100;
}
.TagClassName
{
border-color: #759100;
}
</style>