Shades of Olive #759800
Tints of Olive #759800
RGB
CMYK
RGB Variations
Color information
#759800 (or 0x759800) is known color: Olive. HEX triplet: 75, 98 and 00. RGB value is (117,152,0). Sum of RGB (Red+Green+Blue) = 117+152+0=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 152 (59.77% from 255 or 56.51% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 152 - color contains mainly: green. Hex color #759800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759800 is #8A67FF. Grayscale: #7C7C7C. Windows color (decimal): -9070592 or 39029. OLE color: 39029.
HSL color Cylindrical-coordinate representation of color #759800: hue angle of 73.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #759800 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.40 |
| HSL | 73.82º | 1% | 0.3% | - |
| HSV(B) | 73.82º | 1% | 0.6% | - |
| XYZ | 18.56 | 26.24 | 4.09 | - |
| YUV | 124.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 0 | 0.23 | 0 | 1 | 0.40 | 73.82 | 1 | 0.3 |
| Hex | 75 | 98 | 0 | 17 | 0 | 64 | 28 | 4A | 64 | 1E |
| Octal | 165 | 230 | 0 | 27 | 0 | 144 | 50 | 112 | 144 | 36 |
| Binary | 1110101 | 10011000 | 0 | 10111 | 0 | 1100100 | 101000 | 1001010 | 1100100 | 11110 |
Color Harmonies of #759800
Complementary color
Monochromatic Colors of #759800
Black with #759800
Text Example
Text Example
White with #759800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759800; }
p { color: rgb(117,152,0); }
H1.HeaderClassName
{
color: #759800;
}
.AnyTagClassName
{
color: #759800;
}
</style>
background-color css
<style>
a { background-color: #759800; }
a { background-color: rgb(117,152,0); }
div.DivClassName
{
background-color: #759800;
}
.BgClassName
{
background-color: #759800;
}
</style>
border-color css
<style>
span { border-color: #759800; }
span { border-color: rgb(117,152,0); }
td.TdClassName
{
border-color: #759800;
}
.TagClassName
{
border-color: #759800;
}
</style>