Shades of Olive #767100
Tints of Olive #767100
RGB
CMYK
RGB Variations
Color information
#767100 (or 0x767100) is known color: Olive. HEX triplet: 76, 71 and 00. RGB value is (118,113,0). Sum of RGB (Red+Green+Blue) = 118+113+0=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #767100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767100 is #898EFF. Grayscale: #666666. Windows color (decimal): -9015040 or 29046. OLE color: 29046.
HSL color Cylindrical-coordinate representation of color #767100: hue angle of 57.46º 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 #767100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 113 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.54 |
| HSL | 57.46º | 1% | 0.23% | - |
| HSV(B) | 57.46º | 1% | 0.46% | - |
| XYZ | 13.38 | 15.66 | 2.32 | - |
| YUV | 101.61 | 70.66 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 0 | 0 | 0.04 | 1 | 0.54 | 57.46 | 1 | 0.23 |
| Hex | 76 | 71 | 0 | 0 | 4 | 64 | 36 | 39 | 64 | 17 |
| Octal | 166 | 161 | 0 | 0 | 4 | 144 | 66 | 71 | 144 | 27 |
| Binary | 1110110 | 1110001 | 0 | 0 | 100 | 1100100 | 110110 | 111001 | 1100100 | 10111 |
Color Harmonies of #767100
Complementary color
Monochromatic Colors of #767100
Black with #767100
Text Example
Text Example
White with #767100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767100; }
p { color: rgb(118,113,0); }
H1.HeaderClassName
{
color: #767100;
}
.AnyTagClassName
{
color: #767100;
}
</style>
background-color css
<style>
a { background-color: #767100; }
a { background-color: rgb(118,113,0); }
div.DivClassName
{
background-color: #767100;
}
.BgClassName
{
background-color: #767100;
}
</style>
border-color css
<style>
span { border-color: #767100; }
span { border-color: rgb(118,113,0); }
td.TdClassName
{
border-color: #767100;
}
.TagClassName
{
border-color: #767100;
}
</style>