Shades of Olive #767A00
Tints of Olive #767A00
RGB
CMYK
RGB Variations
Color information
#767A00 (or 0x767A00) is known color: Olive. HEX triplet: 76, 7A and 00. RGB value is (118,122,0). Sum of RGB (Red+Green+Blue) = 118+122+0=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #767A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767A00 is #8985FF. Grayscale: #6B6B6B. Windows color (decimal): -9012736 or 31350. OLE color: 31350.
HSL color Cylindrical-coordinate representation of color #767A00: hue angle of 61.97º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #767A00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.52 |
| HSL | 61.97º | 1% | 0.24% | - |
| HSV(B) | 61.97º | 1% | 0.48% | - |
| XYZ | 14.43 | 17.77 | 2.67 | - |
| YUV | 106.9 | 67.67 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 0 | 0.03 | 0 | 1 | 0.52 | 61.97 | 1 | 0.24 |
| Hex | 76 | 7A | 0 | 3 | 0 | 64 | 34 | 3E | 64 | 18 |
| Octal | 166 | 172 | 0 | 3 | 0 | 144 | 64 | 76 | 144 | 30 |
| Binary | 1110110 | 1111010 | 0 | 11 | 0 | 1100100 | 110100 | 111110 | 1100100 | 11000 |
Color Harmonies of #767A00
Complementary color
Monochromatic Colors of #767A00
Black with #767A00
Text Example
Text Example
White with #767A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A00; }
p { color: rgb(118,122,0); }
H1.HeaderClassName
{
color: #767A00;
}
.AnyTagClassName
{
color: #767A00;
}
</style>
background-color css
<style>
a { background-color: #767A00; }
a { background-color: rgb(118,122,0); }
div.DivClassName
{
background-color: #767A00;
}
.BgClassName
{
background-color: #767A00;
}
</style>
border-color css
<style>
span { border-color: #767A00; }
span { border-color: rgb(118,122,0); }
td.TdClassName
{
border-color: #767A00;
}
.TagClassName
{
border-color: #767A00;
}
</style>