Shades of Olive #76740B
Tints of Olive #76740B
RGB
CMYK
RGB Variations
Color information
#76740B (or 0x76740B) is known color: Olive. HEX triplet: 76, 74 and 0B. RGB value is (118,116,11). Sum of RGB (Red+Green+Blue) = 118+116+11=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76740B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740B is #898BF4. Grayscale: #696969. Windows color (decimal): -9014261 or 750710. OLE color: 750710.
HSL color Cylindrical-coordinate representation of color #76740B: hue angle of 58.88º 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 #76740B is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 11 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.54 |
| HSL | 58.88º | 0.83% | 0.25% | - |
| HSV(B) | 58.88º | 0.91% | 0.46% | - |
| XYZ | 13.78 | 16.37 | 2.75 | - |
| YUV | 104.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 11 | 0 | 0.02 | 0.91 | 0.54 | 58.88 | 0.83 | 0.25 |
| Hex | 76 | 74 | B | 0 | 2 | 5B | 36 | 3B | 53 | 19 |
| Octal | 166 | 164 | 13 | 0 | 2 | 133 | 66 | 73 | 123 | 31 |
| Binary | 1110110 | 1110100 | 1011 | 0 | 10 | 1011011 | 110110 | 111011 | 1010011 | 11001 |
Color Harmonies of #76740B
Complementary color
Monochromatic Colors of #76740B
Black with #76740B
Text Example
Text Example
White with #76740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76740B; }
p { color: rgb(118,116,11); }
H1.HeaderClassName
{
color: #76740B;
}
.AnyTagClassName
{
color: #76740B;
}
</style>
background-color css
<style>
a { background-color: #76740B; }
a { background-color: rgb(118,116,11); }
div.DivClassName
{
background-color: #76740B;
}
.BgClassName
{
background-color: #76740B;
}
</style>
border-color css
<style>
span { border-color: #76740B; }
span { border-color: rgb(118,116,11); }
td.TdClassName
{
border-color: #76740B;
}
.TagClassName
{
border-color: #76740B;
}
</style>