Shades of Olive #758B08
Tints of Olive #758B08
RGB
CMYK
RGB Variations
Color information
#758B08 (or 0x758B08) is known color: Olive. HEX triplet: 75, 8B and 08. RGB value is (117,139,8). Sum of RGB (Red+Green+Blue) = 117+139+8=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #758B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B08 is #8A74F7. Grayscale: #757575. Windows color (decimal): -9073912 or 559989. OLE color: 559989.
HSL color Cylindrical-coordinate representation of color #758B08: hue angle of 70.08º degrees, saturation: 0.89, 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 #758B08 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 8 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.45 |
| HSL | 70.08º | 0.89% | 0.29% | - |
| HSV(B) | 70.08º | 0.94% | 0.55% | - |
| XYZ | 16.61 | 22.26 | 3.65 | - |
| YUV | 117.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 8 | 0.16 | 0 | 0.94 | 0.45 | 70.08 | 0.89 | 0.29 |
| Hex | 75 | 8B | 8 | 10 | 0 | 5E | 2D | 46 | 59 | 1D |
| Octal | 165 | 213 | 10 | 20 | 0 | 136 | 55 | 106 | 131 | 35 |
| Binary | 1110101 | 10001011 | 1000 | 10000 | 0 | 1011110 | 101101 | 1000110 | 1011001 | 11101 |
Color Harmonies of #758B08
Complementary color
Monochromatic Colors of #758B08
Black with #758B08
Text Example
Text Example
White with #758B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B08; }
p { color: rgb(117,139,8); }
H1.HeaderClassName
{
color: #758B08;
}
.AnyTagClassName
{
color: #758B08;
}
</style>
background-color css
<style>
a { background-color: #758B08; }
a { background-color: rgb(117,139,8); }
div.DivClassName
{
background-color: #758B08;
}
.BgClassName
{
background-color: #758B08;
}
</style>
border-color css
<style>
span { border-color: #758B08; }
span { border-color: rgb(117,139,8); }
td.TdClassName
{
border-color: #758B08;
}
.TagClassName
{
border-color: #758B08;
}
</style>