Shades of Olive #766F09
Tints of Olive #766F09
RGB
CMYK
RGB Variations
Color information
#766F09 (or 0x766F09) is known color: Olive. HEX triplet: 76, 6F and 09. RGB value is (118,111,9). Sum of RGB (Red+Green+Blue) = 118+111+9=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F09 is #8990F6. Grayscale: #656565. Windows color (decimal): -9015543 or 618358. OLE color: 618358.
HSL color Cylindrical-coordinate representation of color #766F09: hue angle of 56.15º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #766F09 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 9 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.54 |
| HSL | 56.15º | 0.86% | 0.25% | - |
| HSV(B) | 56.15º | 0.92% | 0.46% | - |
| XYZ | 13.2 | 15.24 | 2.5 | - |
| YUV | 101.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 9 | 0 | 0.06 | 0.92 | 0.54 | 56.15 | 0.86 | 0.25 |
| Hex | 76 | 6F | 9 | 0 | 6 | 5C | 36 | 38 | 56 | 19 |
| Octal | 166 | 157 | 11 | 0 | 6 | 134 | 66 | 70 | 126 | 31 |
| Binary | 1110110 | 1101111 | 1001 | 0 | 110 | 1011100 | 110110 | 111000 | 1010110 | 11001 |
Color Harmonies of #766F09
Complementary color
Monochromatic Colors of #766F09
Black with #766F09
Text Example
Text Example
White with #766F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F09; }
p { color: rgb(118,111,9); }
H1.HeaderClassName
{
color: #766F09;
}
.AnyTagClassName
{
color: #766F09;
}
</style>
background-color css
<style>
a { background-color: #766F09; }
a { background-color: rgb(118,111,9); }
div.DivClassName
{
background-color: #766F09;
}
.BgClassName
{
background-color: #766F09;
}
</style>
border-color css
<style>
span { border-color: #766F09; }
span { border-color: rgb(118,111,9); }
td.TdClassName
{
border-color: #766F09;
}
.TagClassName
{
border-color: #766F09;
}
</style>