Shades of Olive #757206
Tints of Olive #757206
RGB
CMYK
RGB Variations
Color information
#757206 (or 0x757206) is known color: Olive. HEX triplet: 75, 72 and 06. RGB value is (117,114,6). Sum of RGB (Red+Green+Blue) = 117+114+6=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #757206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757206 is #8A8DF9. Grayscale: #676767. Windows color (decimal): -9080314 or 422517. OLE color: 422517.
HSL color Cylindrical-coordinate representation of color #757206: hue angle of 58.38º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #757206 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 6 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.54 |
| HSL | 58.38º | 0.9% | 0.24% | - |
| HSV(B) | 58.38º | 0.95% | 0.46% | - |
| XYZ | 13.39 | 15.83 | 2.52 | - |
| YUV | 102.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 6 | 0 | 0.03 | 0.95 | 0.54 | 58.38 | 0.9 | 0.24 |
| Hex | 75 | 72 | 6 | 0 | 3 | 5F | 36 | 3A | 5A | 18 |
| Octal | 165 | 162 | 6 | 0 | 3 | 137 | 66 | 72 | 132 | 30 |
| Binary | 1110101 | 1110010 | 110 | 0 | 11 | 1011111 | 110110 | 111010 | 1011010 | 11000 |
Color Harmonies of #757206
Complementary color
Monochromatic Colors of #757206
Black with #757206
Text Example
Text Example
White with #757206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757206; }
p { color: rgb(117,114,6); }
H1.HeaderClassName
{
color: #757206;
}
.AnyTagClassName
{
color: #757206;
}
</style>
background-color css
<style>
a { background-color: #757206; }
a { background-color: rgb(117,114,6); }
div.DivClassName
{
background-color: #757206;
}
.BgClassName
{
background-color: #757206;
}
</style>
border-color css
<style>
span { border-color: #757206; }
span { border-color: rgb(117,114,6); }
td.TdClassName
{
border-color: #757206;
}
.TagClassName
{
border-color: #757206;
}
</style>