Shades of Olive #766E01
Tints of Olive #766E01
RGB
CMYK
RGB Variations
Color information
#766E01 (or 0x766E01) is known color: Olive. HEX triplet: 76, 6E and 01. RGB value is (118,110,1). Sum of RGB (Red+Green+Blue) = 118+110+1=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #766E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E01 is #8991FE. Grayscale: #646464. Windows color (decimal): -9015807 or 93814. OLE color: 93814.
HSL color Cylindrical-coordinate representation of color #766E01: hue angle of 55.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766E01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.54 |
| HSL | 55.9º | 0.98% | 0.23% | - |
| HSV(B) | 55.9º | 0.99% | 0.46% | - |
| XYZ | 13.05 | 15.01 | 2.24 | - |
| YUV | 99.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 1 | 0 | 0.07 | 0.99 | 0.54 | 55.9 | 0.98 | 0.23 |
| Hex | 76 | 6E | 1 | 0 | 7 | 63 | 36 | 38 | 62 | 17 |
| Octal | 166 | 156 | 1 | 0 | 7 | 143 | 66 | 70 | 142 | 27 |
| Binary | 1110110 | 1101110 | 1 | 0 | 111 | 1100011 | 110110 | 111000 | 1100010 | 10111 |
Color Harmonies of #766E01
Complementary color
Monochromatic Colors of #766E01
Black with #766E01
Text Example
Text Example
White with #766E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E01; }
p { color: rgb(118,110,1); }
H1.HeaderClassName
{
color: #766E01;
}
.AnyTagClassName
{
color: #766E01;
}
</style>
background-color css
<style>
a { background-color: #766E01; }
a { background-color: rgb(118,110,1); }
div.DivClassName
{
background-color: #766E01;
}
.BgClassName
{
background-color: #766E01;
}
</style>
border-color css
<style>
span { border-color: #766E01; }
span { border-color: rgb(118,110,1); }
td.TdClassName
{
border-color: #766E01;
}
.TagClassName
{
border-color: #766E01;
}
</style>