Shades of Olive #76880F
Tints of Olive #76880F
RGB
CMYK
RGB Variations
Color information
#76880F (or 0x76880F) is known color: Olive. HEX triplet: 76, 88 and 0F. RGB value is (118,136,15). Sum of RGB (Red+Green+Blue) = 118+136+15=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #76880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76880F is #8977F0. Grayscale: #757575. Windows color (decimal): -9009137 or 1017974. OLE color: 1017974.
HSL color Cylindrical-coordinate representation of color #76880F: hue angle of 68.93º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76880F is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 15 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.47 |
| HSL | 68.93º | 0.8% | 0.3% | - |
| HSV(B) | 68.93º | 0.89% | 0.53% | - |
| XYZ | 16.36 | 21.49 | 3.74 | - |
| YUV | 116.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 15 | 0.13 | 0 | 0.89 | 0.47 | 68.93 | 0.8 | 0.3 |
| Hex | 76 | 88 | F | D | 0 | 59 | 2F | 45 | 50 | 1E |
| Octal | 166 | 210 | 17 | 15 | 0 | 131 | 57 | 105 | 120 | 36 |
| Binary | 1110110 | 10001000 | 1111 | 1101 | 0 | 1011001 | 101111 | 1000101 | 1010000 | 11110 |
Color Harmonies of #76880F
Complementary color
Monochromatic Colors of #76880F
Black with #76880F
Text Example
Text Example
White with #76880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76880F; }
p { color: rgb(118,136,15); }
H1.HeaderClassName
{
color: #76880F;
}
.AnyTagClassName
{
color: #76880F;
}
</style>
background-color css
<style>
a { background-color: #76880F; }
a { background-color: rgb(118,136,15); }
div.DivClassName
{
background-color: #76880F;
}
.BgClassName
{
background-color: #76880F;
}
</style>
border-color css
<style>
span { border-color: #76880F; }
span { border-color: rgb(118,136,15); }
td.TdClassName
{
border-color: #76880F;
}
.TagClassName
{
border-color: #76880F;
}
</style>