Shades of Olive #766E07
Tints of Olive #766E07
RGB
CMYK
RGB Variations
Color information
#766E07 (or 0x766E07) is known color: Olive. HEX triplet: 76, 6E and 07. RGB value is (118,110,7). Sum of RGB (Red+Green+Blue) = 118+110+7=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766E07 is #8991F8. Grayscale: #656565. Windows color (decimal): -9015801 or 487030. OLE color: 487030.
HSL color Cylindrical-coordinate representation of color #766E07: hue angle of 55.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #766E07 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 110 | 7 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.54 |
| HSL | 55.68º | 0.89% | 0.25% | - |
| HSV(B) | 55.68º | 0.94% | 0.46% | - |
| XYZ | 13.09 | 15.02 | 2.41 | - |
| YUV | 100.65 | 75.15 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 7 | 0 | 0.07 | 0.94 | 0.54 | 55.68 | 0.89 | 0.25 |
| Hex | 76 | 6E | 7 | 0 | 7 | 5E | 36 | 38 | 59 | 19 |
| Octal | 166 | 156 | 7 | 0 | 7 | 136 | 66 | 70 | 131 | 31 |
| Binary | 1110110 | 1101110 | 111 | 0 | 111 | 1011110 | 110110 | 111000 | 1011001 | 11001 |
Color Harmonies of #766E07
Complementary color
Monochromatic Colors of #766E07
Black with #766E07
Text Example
Text Example
White with #766E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766E07; }
p { color: rgb(118,110,7); }
H1.HeaderClassName
{
color: #766E07;
}
.AnyTagClassName
{
color: #766E07;
}
</style>
background-color css
<style>
a { background-color: #766E07; }
a { background-color: rgb(118,110,7); }
div.DivClassName
{
background-color: #766E07;
}
.BgClassName
{
background-color: #766E07;
}
</style>
border-color css
<style>
span { border-color: #766E07; }
span { border-color: rgb(118,110,7); }
td.TdClassName
{
border-color: #766E07;
}
.TagClassName
{
border-color: #766E07;
}
</style>