Shades of Olive #767001
Tints of Olive #767001
RGB
CMYK
RGB Variations
Color information
#767001 (or 0x767001) is known color: Olive. HEX triplet: 76, 70 and 01. RGB value is (118,112,1). Sum of RGB (Red+Green+Blue) = 118+112+1=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #767001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767001 is #898FFE. Grayscale: #656565. Windows color (decimal): -9015295 or 94326. OLE color: 94326.
HSL color Cylindrical-coordinate representation of color #767001: hue angle of 56.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #767001 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.54 |
| HSL | 56.92º | 0.98% | 0.23% | - |
| HSV(B) | 56.92º | 0.99% | 0.46% | - |
| XYZ | 13.27 | 15.44 | 2.31 | - |
| YUV | 101.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 1 | 0 | 0.05 | 0.99 | 0.54 | 56.92 | 0.98 | 0.23 |
| Hex | 76 | 70 | 1 | 0 | 5 | 63 | 36 | 39 | 62 | 17 |
| Octal | 166 | 160 | 1 | 0 | 5 | 143 | 66 | 71 | 142 | 27 |
| Binary | 1110110 | 1110000 | 1 | 0 | 101 | 1100011 | 110110 | 111001 | 1100010 | 10111 |
Color Harmonies of #767001
Complementary color
Monochromatic Colors of #767001
Black with #767001
Text Example
Text Example
White with #767001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767001; }
p { color: rgb(118,112,1); }
H1.HeaderClassName
{
color: #767001;
}
.AnyTagClassName
{
color: #767001;
}
</style>
background-color css
<style>
a { background-color: #767001; }
a { background-color: rgb(118,112,1); }
div.DivClassName
{
background-color: #767001;
}
.BgClassName
{
background-color: #767001;
}
</style>
border-color css
<style>
span { border-color: #767001; }
span { border-color: rgb(118,112,1); }
td.TdClassName
{
border-color: #767001;
}
.TagClassName
{
border-color: #767001;
}
</style>