Shades of Olive #75750A
Tints of Olive #75750A
RGB
CMYK
RGB Variations
Color information
#75750A (or 0x75750A) is known color: Olive. HEX triplet: 75, 75 and 0A. RGB value is (117,117,10). Sum of RGB (Red+Green+Blue) = 117+117+10=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75750A is #8A8AF5. Grayscale: #696969. Windows color (decimal): -9079542 or 685429. OLE color: 685429.
HSL color Cylindrical-coordinate representation of color #75750A: hue angle of 60º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #75750A is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 117 | 10 | - |
| CMYK | 0 | 0 | 0.91 | 0.54 |
| HSL | 60º | 0.84% | 0.25% | - |
| HSV(B) | 60º | 0.91% | 0.46% | - |
| XYZ | 13.75 | 16.53 | 2.75 | - |
| YUV | 104.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 117 | 10 | 0 | 0 | 0.91 | 0.54 | 60 | 0.84 | 0.25 |
| Hex | 75 | 75 | A | 0 | 0 | 5B | 36 | 3C | 54 | 19 |
| Octal | 165 | 165 | 12 | 0 | 0 | 133 | 66 | 74 | 124 | 31 |
| Binary | 1110101 | 1110101 | 1010 | 0 | 0 | 1011011 | 110110 | 111100 | 1010100 | 11001 |
Color Harmonies of #75750A
Complementary color
Monochromatic Colors of #75750A
Black with #75750A
Text Example
Text Example
White with #75750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75750A; }
p { color: rgb(117,117,10); }
H1.HeaderClassName
{
color: #75750A;
}
.AnyTagClassName
{
color: #75750A;
}
</style>
background-color css
<style>
a { background-color: #75750A; }
a { background-color: rgb(117,117,10); }
div.DivClassName
{
background-color: #75750A;
}
.BgClassName
{
background-color: #75750A;
}
</style>
border-color css
<style>
span { border-color: #75750A; }
span { border-color: rgb(117,117,10); }
td.TdClassName
{
border-color: #75750A;
}
.TagClassName
{
border-color: #75750A;
}
</style>