Shades of Olive #766D07
Tints of Olive #766D07
RGB
CMYK
RGB Variations
Color information
#766D07 (or 0x766D07) is known color: Olive. HEX triplet: 76, 6D and 07. RGB value is (118,109,7). Sum of RGB (Red+Green+Blue) = 118+109+7=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D07 is #8992F8. Grayscale: #646464. Windows color (decimal): -9016057 or 486774. OLE color: 486774.
HSL color Cylindrical-coordinate representation of color #766D07: hue angle of 55.14º 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 #766D07 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 7 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.54 |
| HSL | 55.14º | 0.89% | 0.25% | - |
| HSV(B) | 55.14º | 0.94% | 0.46% | - |
| XYZ | 12.98 | 14.8 | 2.37 | - |
| YUV | 100.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 7 | 0 | 0.08 | 0.94 | 0.54 | 55.14 | 0.89 | 0.25 |
| Hex | 76 | 6D | 7 | 0 | 8 | 5E | 36 | 37 | 59 | 19 |
| Octal | 166 | 155 | 7 | 0 | 10 | 136 | 66 | 67 | 131 | 31 |
| Binary | 1110110 | 1101101 | 111 | 0 | 1000 | 1011110 | 110110 | 110111 | 1011001 | 11001 |
Color Harmonies of #766D07
Complementary color
Monochromatic Colors of #766D07
Black with #766D07
Text Example
Text Example
White with #766D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D07; }
p { color: rgb(118,109,7); }
H1.HeaderClassName
{
color: #766D07;
}
.AnyTagClassName
{
color: #766D07;
}
</style>
background-color css
<style>
a { background-color: #766D07; }
a { background-color: rgb(118,109,7); }
div.DivClassName
{
background-color: #766D07;
}
.BgClassName
{
background-color: #766D07;
}
</style>
border-color css
<style>
span { border-color: #766D07; }
span { border-color: rgb(118,109,7); }
td.TdClassName
{
border-color: #766D07;
}
.TagClassName
{
border-color: #766D07;
}
</style>