Shades of Olive #758B09
Tints of Olive #758B09
RGB
CMYK
RGB Variations
Color information
#758B09 (or 0x758B09) is known color: Olive. HEX triplet: 75, 8B and 09. RGB value is (117,139,9). Sum of RGB (Red+Green+Blue) = 117+139+9=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #758B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B09 is #8A74F6. Grayscale: #767676. Windows color (decimal): -9073911 or 625525. OLE color: 625525.
HSL color Cylindrical-coordinate representation of color #758B09: hue angle of 70.15º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #758B09 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 9 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.45 |
| HSL | 70.15º | 0.88% | 0.29% | - |
| HSV(B) | 70.15º | 0.94% | 0.55% | - |
| XYZ | 16.62 | 22.27 | 3.68 | - |
| YUV | 117.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 9 | 0.16 | 0 | 0.94 | 0.45 | 70.15 | 0.88 | 0.29 |
| Hex | 75 | 8B | 9 | 10 | 0 | 5E | 2D | 46 | 58 | 1D |
| Octal | 165 | 213 | 11 | 20 | 0 | 136 | 55 | 106 | 130 | 35 |
| Binary | 1110101 | 10001011 | 1001 | 10000 | 0 | 1011110 | 101101 | 1000110 | 1011000 | 11101 |
Color Harmonies of #758B09
Complementary color
Monochromatic Colors of #758B09
Black with #758B09
Text Example
Text Example
White with #758B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B09; }
p { color: rgb(117,139,9); }
H1.HeaderClassName
{
color: #758B09;
}
.AnyTagClassName
{
color: #758B09;
}
</style>
background-color css
<style>
a { background-color: #758B09; }
a { background-color: rgb(117,139,9); }
div.DivClassName
{
background-color: #758B09;
}
.BgClassName
{
background-color: #758B09;
}
</style>
border-color css
<style>
span { border-color: #758B09; }
span { border-color: rgb(117,139,9); }
td.TdClassName
{
border-color: #758B09;
}
.TagClassName
{
border-color: #758B09;
}
</style>