Shades of Olive #766F0D
Tints of Olive #766F0D
RGB
CMYK
RGB Variations
Color information
#766F0D (or 0x766F0D) is known color: Olive. HEX triplet: 76, 6F and 0D. RGB value is (118,111,13). Sum of RGB (Red+Green+Blue) = 118+111+13=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F0D is #8990F2. Grayscale: #666666. Windows color (decimal): -9015539 or 880502. OLE color: 880502.
HSL color Cylindrical-coordinate representation of color #766F0D: hue angle of 56º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #766F0D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 13 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.54 |
| HSL | 56º | 0.8% | 0.26% | - |
| HSV(B) | 56º | 0.89% | 0.46% | - |
| XYZ | 13.23 | 15.25 | 2.63 | - |
| YUV | 101.92 | 77.82 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 13 | 0 | 0.06 | 0.89 | 0.54 | 56 | 0.8 | 0.26 |
| Hex | 76 | 6F | D | 0 | 6 | 59 | 36 | 38 | 50 | 1A |
| Octal | 166 | 157 | 15 | 0 | 6 | 131 | 66 | 70 | 120 | 32 |
| Binary | 1110110 | 1101111 | 1101 | 0 | 110 | 1011001 | 110110 | 111000 | 1010000 | 11010 |
Color Harmonies of #766F0D
Complementary color
Monochromatic Colors of #766F0D
Black with #766F0D
Text Example
Text Example
White with #766F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F0D; }
p { color: rgb(118,111,13); }
H1.HeaderClassName
{
color: #766F0D;
}
.AnyTagClassName
{
color: #766F0D;
}
</style>
background-color css
<style>
a { background-color: #766F0D; }
a { background-color: rgb(118,111,13); }
div.DivClassName
{
background-color: #766F0D;
}
.BgClassName
{
background-color: #766F0D;
}
</style>
border-color css
<style>
span { border-color: #766F0D; }
span { border-color: rgb(118,111,13); }
td.TdClassName
{
border-color: #766F0D;
}
.TagClassName
{
border-color: #766F0D;
}
</style>