Shades of Olive #76870D
Tints of Olive #76870D
RGB
CMYK
RGB Variations
Color information
#76870D (or 0x76870D) is known color: Olive. HEX triplet: 76, 87 and 0D. RGB value is (118,135,13). Sum of RGB (Red+Green+Blue) = 118+135+13=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #76870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76870D is #8978F2. Grayscale: #747474. Windows color (decimal): -9009395 or 886646. OLE color: 886646.
HSL color Cylindrical-coordinate representation of color #76870D: hue angle of 68.36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76870D is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 13 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.47 |
| HSL | 68.36º | 0.82% | 0.29% | - |
| HSV(B) | 68.36º | 0.9% | 0.53% | - |
| XYZ | 16.21 | 21.21 | 3.62 | - |
| YUV | 116.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 13 | 0.13 | 0 | 0.90 | 0.47 | 68.36 | 0.82 | 0.29 |
| Hex | 76 | 87 | D | D | 0 | 5A | 2F | 44 | 52 | 1D |
| Octal | 166 | 207 | 15 | 15 | 0 | 132 | 57 | 104 | 122 | 35 |
| Binary | 1110110 | 10000111 | 1101 | 1101 | 0 | 1011010 | 101111 | 1000100 | 1010010 | 11101 |
Color Harmonies of #76870D
Complementary color
Monochromatic Colors of #76870D
Black with #76870D
Text Example
Text Example
White with #76870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76870D; }
p { color: rgb(118,135,13); }
H1.HeaderClassName
{
color: #76870D;
}
.AnyTagClassName
{
color: #76870D;
}
</style>
background-color css
<style>
a { background-color: #76870D; }
a { background-color: rgb(118,135,13); }
div.DivClassName
{
background-color: #76870D;
}
.BgClassName
{
background-color: #76870D;
}
</style>
border-color css
<style>
span { border-color: #76870D; }
span { border-color: rgb(118,135,13); }
td.TdClassName
{
border-color: #76870D;
}
.TagClassName
{
border-color: #76870D;
}
</style>