Shades of Olive #766C08
Tints of Olive #766C08
RGB
CMYK
RGB Variations
Color information
#766C08 (or 0x766C08) is known color: Olive. HEX triplet: 76, 6C and 08. RGB value is (118,108,8). Sum of RGB (Red+Green+Blue) = 118+108+8=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #766C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766C08 is #8993F7. Grayscale: #646464. Windows color (decimal): -9016312 or 552054. OLE color: 552054.
HSL color Cylindrical-coordinate representation of color #766C08: hue angle of 54.55º 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 #766C08 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 108 | 8 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.54 |
| HSL | 54.55º | 0.87% | 0.25% | - |
| HSV(B) | 54.55º | 0.93% | 0.46% | - |
| XYZ | 12.88 | 14.59 | 2.37 | - |
| YUV | 99.59 | 76.31 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 8 | 0 | 0.08 | 0.93 | 0.54 | 54.55 | 0.87 | 0.25 |
| Hex | 76 | 6C | 8 | 0 | 8 | 5D | 36 | 37 | 57 | 19 |
| Octal | 166 | 154 | 10 | 0 | 10 | 135 | 66 | 67 | 127 | 31 |
| Binary | 1110110 | 1101100 | 1000 | 0 | 1000 | 1011101 | 110110 | 110111 | 1010111 | 11001 |
Color Harmonies of #766C08
Complementary color
Monochromatic Colors of #766C08
Black with #766C08
Text Example
Text Example
White with #766C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766C08; }
p { color: rgb(118,108,8); }
H1.HeaderClassName
{
color: #766C08;
}
.AnyTagClassName
{
color: #766C08;
}
</style>
background-color css
<style>
a { background-color: #766C08; }
a { background-color: rgb(118,108,8); }
div.DivClassName
{
background-color: #766C08;
}
.BgClassName
{
background-color: #766C08;
}
</style>
border-color css
<style>
span { border-color: #766C08; }
span { border-color: rgb(118,108,8); }
td.TdClassName
{
border-color: #766C08;
}
.TagClassName
{
border-color: #766C08;
}
</style>