Shades of Olive #767600
Tints of Olive #767600
RGB
CMYK
RGB Variations
Color information
#767600 (or 0x767600) is known color: Olive. HEX triplet: 76, 76 and 00. RGB value is (118,118,0). Sum of RGB (Red+Green+Blue) = 118+118+0=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767600 is #8989FF. Grayscale: #696969. Windows color (decimal): -9013760 or 30326. OLE color: 30326.
HSL color Cylindrical-coordinate representation of color #767600: hue angle of 60º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 118 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.54 |
| HSL | 60º | 1% | 0.23% | - |
| HSV(B) | 60º | 1% | 0.46% | - |
| XYZ | 13.95 | 16.81 | 2.51 | - |
| YUV | 104.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 118 | 0 | 0 | 0 | 1 | 0.54 | 60 | 1 | 0.23 |
| Hex | 76 | 76 | 0 | 0 | 0 | 64 | 36 | 3C | 64 | 17 |
| Octal | 166 | 166 | 0 | 0 | 0 | 144 | 66 | 74 | 144 | 27 |
| Binary | 1110110 | 1110110 | 0 | 0 | 0 | 1100100 | 110110 | 111100 | 1100100 | 10111 |
Color Harmonies of #767600
Complementary color
Monochromatic Colors of #767600
Black with #767600
Text Example
Text Example
White with #767600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767600; }
p { color: rgb(118,118,0); }
H1.HeaderClassName
{
color: #767600;
}
.AnyTagClassName
{
color: #767600;
}
</style>
background-color css
<style>
a { background-color: #767600; }
a { background-color: rgb(118,118,0); }
div.DivClassName
{
background-color: #767600;
}
.BgClassName
{
background-color: #767600;
}
</style>
border-color css
<style>
span { border-color: #767600; }
span { border-color: rgb(118,118,0); }
td.TdClassName
{
border-color: #767600;
}
.TagClassName
{
border-color: #767600;
}
</style>