Shades of Olive #766D08
Tints of Olive #766D08
RGB
CMYK
RGB Variations
Color information
#766D08 (or 0x766D08) is known color: Olive. HEX triplet: 76, 6D and 08. RGB value is (118,109,8). Sum of RGB (Red+Green+Blue) = 118+109+8=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #766D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766D08 is #8992F7. Grayscale: #646464. Windows color (decimal): -9016056 or 552310. OLE color: 552310.
HSL color Cylindrical-coordinate representation of color #766D08: hue angle of 55.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #766D08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.54 |
| HSL | 55.09º | 0.87% | 0.25% | - |
| HSV(B) | 55.09º | 0.93% | 0.46% | - |
| XYZ | 12.98 | 14.81 | 2.4 | - |
| YUV | 100.18 | 75.98 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 8 | 0 | 0.08 | 0.93 | 0.54 | 55.09 | 0.87 | 0.25 |
| Hex | 76 | 6D | 8 | 0 | 8 | 5D | 36 | 37 | 57 | 19 |
| Octal | 166 | 155 | 10 | 0 | 10 | 135 | 66 | 67 | 127 | 31 |
| Binary | 1110110 | 1101101 | 1000 | 0 | 1000 | 1011101 | 110110 | 110111 | 1010111 | 11001 |
Color Harmonies of #766D08
Complementary color
Monochromatic Colors of #766D08
Black with #766D08
Text Example
Text Example
White with #766D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D08; }
p { color: rgb(118,109,8); }
H1.HeaderClassName
{
color: #766D08;
}
.AnyTagClassName
{
color: #766D08;
}
</style>
background-color css
<style>
a { background-color: #766D08; }
a { background-color: rgb(118,109,8); }
div.DivClassName
{
background-color: #766D08;
}
.BgClassName
{
background-color: #766D08;
}
</style>
border-color css
<style>
span { border-color: #766D08; }
span { border-color: rgb(118,109,8); }
td.TdClassName
{
border-color: #766D08;
}
.TagClassName
{
border-color: #766D08;
}
</style>