Shades of Olive #76760F
Tints of Olive #76760F
RGB
CMYK
RGB Variations
Color information
#76760F (or 0x76760F) is known color: Olive. HEX triplet: 76, 76 and 0F. RGB value is (118,118,15). Sum of RGB (Red+Green+Blue) = 118+118+15=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 118 - color contains mainly: red, green. Hex color #76760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76760F is #8989F0. Grayscale: #6A6A6A. Windows color (decimal): -9013745 or 1013366. OLE color: 1013366.
HSL color Cylindrical-coordinate representation of color #76760F: hue angle of 60º 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 #76760F is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 15 | - |
| CMYK | 0 | 0 | 0.87 | 0.54 |
| HSL | 60º | 0.77% | 0.26% | - |
| HSV(B) | 60º | 0.87% | 0.46% | - |
| XYZ | 14.04 | 16.84 | 2.96 | - |
| YUV | 106.26 | 76.5 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 15 | 0 | 0 | 0.87 | 0.54 | 60 | 0.77 | 0.26 |
| Hex | 76 | 76 | F | 0 | 0 | 57 | 36 | 3C | 4D | 1A |
| Octal | 166 | 166 | 17 | 0 | 0 | 127 | 66 | 74 | 115 | 32 |
| Binary | 1110110 | 1110110 | 1111 | 0 | 0 | 1010111 | 110110 | 111100 | 1001101 | 11010 |
Color Harmonies of #76760F
Complementary color
Monochromatic Colors of #76760F
Black with #76760F
Text Example
Text Example
White with #76760F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76760F; }
p { color: rgb(118,118,15); }
H1.HeaderClassName
{
color: #76760F;
}
.AnyTagClassName
{
color: #76760F;
}
</style>
background-color css
<style>
a { background-color: #76760F; }
a { background-color: rgb(118,118,15); }
div.DivClassName
{
background-color: #76760F;
}
.BgClassName
{
background-color: #76760F;
}
</style>
border-color css
<style>
span { border-color: #76760F; }
span { border-color: rgb(118,118,15); }
td.TdClassName
{
border-color: #76760F;
}
.TagClassName
{
border-color: #76760F;
}
</style>