Shades of Olive #76740F
Tints of Olive #76740F
RGB
CMYK
RGB Variations
Color information
#76740F (or 0x76740F) is known color: Olive. HEX triplet: 76, 74 and 0F. RGB value is (118,116,15). Sum of RGB (Red+Green+Blue) = 118+116+15=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76740F is #898BF0. Grayscale: #696969. Windows color (decimal): -9014257 or 1012854. OLE color: 1012854.
HSL color Cylindrical-coordinate representation of color #76740F: hue angle of 58.83º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76740F is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 15 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.54 |
| HSL | 58.83º | 0.77% | 0.26% | - |
| HSV(B) | 58.83º | 0.87% | 0.46% | - |
| XYZ | 13.8 | 16.38 | 2.89 | - |
| YUV | 105.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 15 | 0 | 0.02 | 0.87 | 0.54 | 58.83 | 0.77 | 0.26 |
| Hex | 76 | 74 | F | 0 | 2 | 57 | 36 | 3B | 4D | 1A |
| Octal | 166 | 164 | 17 | 0 | 2 | 127 | 66 | 73 | 115 | 32 |
| Binary | 1110110 | 1110100 | 1111 | 0 | 10 | 1010111 | 110110 | 111011 | 1001101 | 11010 |
Color Harmonies of #76740F
Complementary color
Monochromatic Colors of #76740F
Black with #76740F
Text Example
Text Example
White with #76740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76740F; }
p { color: rgb(118,116,15); }
H1.HeaderClassName
{
color: #76740F;
}
.AnyTagClassName
{
color: #76740F;
}
</style>
background-color css
<style>
a { background-color: #76740F; }
a { background-color: rgb(118,116,15); }
div.DivClassName
{
background-color: #76740F;
}
.BgClassName
{
background-color: #76740F;
}
</style>
border-color css
<style>
span { border-color: #76740F; }
span { border-color: rgb(118,116,15); }
td.TdClassName
{
border-color: #76740F;
}
.TagClassName
{
border-color: #76740F;
}
</style>