Shades of Olive #75710B
Tints of Olive #75710B
RGB
CMYK
RGB Variations
Color information
#75710B (or 0x75710B) is known color: Olive. HEX triplet: 75, 71 and 0B. RGB value is (117,113,11). Sum of RGB (Red+Green+Blue) = 117+113+11=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75710B is #8A8EF4. Grayscale: #666666. Windows color (decimal): -9080565 or 749941. OLE color: 749941.
HSL color Cylindrical-coordinate representation of color #75710B: hue angle of 57.74º degrees, saturation: 0.83, 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 #75710B is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 11 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.54 |
| HSL | 57.74º | 0.83% | 0.25% | - |
| HSV(B) | 57.74º | 0.91% | 0.46% | - |
| XYZ | 13.3 | 15.62 | 2.63 | - |
| YUV | 102.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 11 | 0 | 0.03 | 0.91 | 0.54 | 57.74 | 0.83 | 0.25 |
| Hex | 75 | 71 | B | 0 | 3 | 5B | 36 | 3A | 53 | 19 |
| Octal | 165 | 161 | 13 | 0 | 3 | 133 | 66 | 72 | 123 | 31 |
| Binary | 1110101 | 1110001 | 1011 | 0 | 11 | 1011011 | 110110 | 111010 | 1010011 | 11001 |
Color Harmonies of #75710B
Complementary color
Monochromatic Colors of #75710B
Black with #75710B
Text Example
Text Example
White with #75710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75710B; }
p { color: rgb(117,113,11); }
H1.HeaderClassName
{
color: #75710B;
}
.AnyTagClassName
{
color: #75710B;
}
</style>
background-color css
<style>
a { background-color: #75710B; }
a { background-color: rgb(117,113,11); }
div.DivClassName
{
background-color: #75710B;
}
.BgClassName
{
background-color: #75710B;
}
</style>
border-color css
<style>
span { border-color: #75710B; }
span { border-color: rgb(117,113,11); }
td.TdClassName
{
border-color: #75710B;
}
.TagClassName
{
border-color: #75710B;
}
</style>