Shades of Olive #767901
Tints of Olive #767901
RGB
CMYK
RGB Variations
Color information
#767901 (or 0x767901) is known color: Olive. HEX triplet: 76, 79 and 01. RGB value is (118,121,1). Sum of RGB (Red+Green+Blue) = 118+121+1=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #767901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767901 is #8986FE. Grayscale: #6A6A6A. Windows color (decimal): -9012991 or 96630. OLE color: 96630.
HSL color Cylindrical-coordinate representation of color #767901: hue angle of 61.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #767901 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.53 |
| HSL | 61.5º | 0.98% | 0.24% | - |
| HSV(B) | 61.5º | 0.99% | 0.47% | - |
| XYZ | 14.31 | 17.53 | 2.66 | - |
| YUV | 106.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 1 | 0.02 | 0 | 0.99 | 0.53 | 61.5 | 0.98 | 0.24 |
| Hex | 76 | 79 | 1 | 2 | 0 | 63 | 35 | 3E | 62 | 18 |
| Octal | 166 | 171 | 1 | 2 | 0 | 143 | 65 | 76 | 142 | 30 |
| Binary | 1110110 | 1111001 | 1 | 10 | 0 | 1100011 | 110101 | 111110 | 1100010 | 11000 |
Color Harmonies of #767901
Complementary color
Monochromatic Colors of #767901
Black with #767901
Text Example
Text Example
White with #767901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767901; }
p { color: rgb(118,121,1); }
H1.HeaderClassName
{
color: #767901;
}
.AnyTagClassName
{
color: #767901;
}
</style>
background-color css
<style>
a { background-color: #767901; }
a { background-color: rgb(118,121,1); }
div.DivClassName
{
background-color: #767901;
}
.BgClassName
{
background-color: #767901;
}
</style>
border-color css
<style>
span { border-color: #767901; }
span { border-color: rgb(118,121,1); }
td.TdClassName
{
border-color: #767901;
}
.TagClassName
{
border-color: #767901;
}
</style>