Shades of Olive #767900
Tints of Olive #767900
RGB
CMYK
RGB Variations
Color information
#767900 (or 0x767900) is known color: Olive. HEX triplet: 76, 79 and 00. RGB value is (118,121,0). Sum of RGB (Red+Green+Blue) = 118+121+0=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #767900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767900 is #8986FF. Grayscale: #6A6A6A. Windows color (decimal): -9012992 or 31094. OLE color: 31094.
HSL color Cylindrical-coordinate representation of color #767900: hue angle of 61.49º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767900 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.53 |
| HSL | 61.49º | 1% | 0.24% | - |
| HSV(B) | 61.49º | 1% | 0.47% | - |
| XYZ | 14.31 | 17.53 | 2.63 | - |
| YUV | 106.31 | 68.01 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 0 | 0.02 | 0 | 1 | 0.53 | 61.49 | 1 | 0.24 |
| Hex | 76 | 79 | 0 | 2 | 0 | 64 | 35 | 3D | 64 | 18 |
| Octal | 166 | 171 | 0 | 2 | 0 | 144 | 65 | 75 | 144 | 30 |
| Binary | 1110110 | 1111001 | 0 | 10 | 0 | 1100100 | 110101 | 111101 | 1100100 | 11000 |
Color Harmonies of #767900
Complementary color
Monochromatic Colors of #767900
Black with #767900
Text Example
Text Example
White with #767900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767900; }
p { color: rgb(118,121,0); }
H1.HeaderClassName
{
color: #767900;
}
.AnyTagClassName
{
color: #767900;
}
</style>
background-color css
<style>
a { background-color: #767900; }
a { background-color: rgb(118,121,0); }
div.DivClassName
{
background-color: #767900;
}
.BgClassName
{
background-color: #767900;
}
</style>
border-color css
<style>
span { border-color: #767900; }
span { border-color: rgb(118,121,0); }
td.TdClassName
{
border-color: #767900;
}
.TagClassName
{
border-color: #767900;
}
</style>