Shades of Olive #76880D
Tints of Olive #76880D
RGB
CMYK
RGB Variations
Color information
#76880D (or 0x76880D) is known color: Olive. HEX triplet: 76, 88 and 0D. RGB value is (118,136,13). Sum of RGB (Red+Green+Blue) = 118+136+13=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 136 (53.52% from 255 or 50.94% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 136 - color contains mainly: green. Hex color #76880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76880D is #8977F2. Grayscale: #757575. Windows color (decimal): -9009139 or 886902. OLE color: 886902.
HSL color Cylindrical-coordinate representation of color #76880D: hue angle of 68.78º degrees, saturation: 0.83, 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 #76880D is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 13 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.47 |
| HSL | 68.78º | 0.83% | 0.29% | - |
| HSV(B) | 68.78º | 0.9% | 0.53% | - |
| XYZ | 16.35 | 21.49 | 3.67 | - |
| YUV | 116.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 13 | 0.13 | 0 | 0.90 | 0.47 | 68.78 | 0.83 | 0.29 |
| Hex | 76 | 88 | D | D | 0 | 5A | 2F | 45 | 53 | 1D |
| Octal | 166 | 210 | 15 | 15 | 0 | 132 | 57 | 105 | 123 | 35 |
| Binary | 1110110 | 10001000 | 1101 | 1101 | 0 | 1011010 | 101111 | 1000101 | 1010011 | 11101 |
Color Harmonies of #76880D
Complementary color
Monochromatic Colors of #76880D
Black with #76880D
Text Example
Text Example
White with #76880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76880D; }
p { color: rgb(118,136,13); }
H1.HeaderClassName
{
color: #76880D;
}
.AnyTagClassName
{
color: #76880D;
}
</style>
background-color css
<style>
a { background-color: #76880D; }
a { background-color: rgb(118,136,13); }
div.DivClassName
{
background-color: #76880D;
}
.BgClassName
{
background-color: #76880D;
}
</style>
border-color css
<style>
span { border-color: #76880D; }
span { border-color: rgb(118,136,13); }
td.TdClassName
{
border-color: #76880D;
}
.TagClassName
{
border-color: #76880D;
}
</style>