Shades of Olive #767501
Tints of Olive #767501
RGB
CMYK
RGB Variations
Color information
#767501 (or 0x767501) is known color: Olive. HEX triplet: 76, 75 and 01. RGB value is (118,117,1). Sum of RGB (Red+Green+Blue) = 118+117+1=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #767501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767501 is #898AFE. Grayscale: #686868. Windows color (decimal): -9014015 or 95606. OLE color: 95606.
HSL color Cylindrical-coordinate representation of color #767501: hue angle of 59.49º 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 #767501 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.54 |
| HSL | 59.49º | 0.98% | 0.23% | - |
| HSV(B) | 59.49º | 0.99% | 0.46% | - |
| XYZ | 13.84 | 16.58 | 2.5 | - |
| YUV | 104.08 | 69.83 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 1 | 0 | 0.01 | 0.99 | 0.54 | 59.49 | 0.98 | 0.23 |
| Hex | 76 | 75 | 1 | 0 | 1 | 63 | 36 | 3B | 62 | 17 |
| Octal | 166 | 165 | 1 | 0 | 1 | 143 | 66 | 73 | 142 | 27 |
| Binary | 1110110 | 1110101 | 1 | 0 | 1 | 1100011 | 110110 | 111011 | 1100010 | 10111 |
Color Harmonies of #767501
Complementary color
Monochromatic Colors of #767501
Black with #767501
Text Example
Text Example
White with #767501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767501; }
p { color: rgb(118,117,1); }
H1.HeaderClassName
{
color: #767501;
}
.AnyTagClassName
{
color: #767501;
}
</style>
background-color css
<style>
a { background-color: #767501; }
a { background-color: rgb(118,117,1); }
div.DivClassName
{
background-color: #767501;
}
.BgClassName
{
background-color: #767501;
}
</style>
border-color css
<style>
span { border-color: #767501; }
span { border-color: rgb(118,117,1); }
td.TdClassName
{
border-color: #767501;
}
.TagClassName
{
border-color: #767501;
}
</style>