Shades of Olive #767301
Tints of Olive #767301
RGB
CMYK
RGB Variations
Color information
#767301 (or 0x767301) is known color: Olive. HEX triplet: 76, 73 and 01. RGB value is (118,115,1). Sum of RGB (Red+Green+Blue) = 118+115+1=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #767301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767301 is #898CFE. Grayscale: #676767. Windows color (decimal): -9014527 or 95094. OLE color: 95094.
HSL color Cylindrical-coordinate representation of color #767301: hue angle of 58.46º 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 #767301 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.54 |
| HSL | 58.46º | 0.98% | 0.23% | - |
| HSV(B) | 58.46º | 0.99% | 0.46% | - |
| XYZ | 13.61 | 16.12 | 2.42 | - |
| YUV | 102.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 1 | 0 | 0.03 | 0.99 | 0.54 | 58.46 | 0.98 | 0.23 |
| Hex | 76 | 73 | 1 | 0 | 3 | 63 | 36 | 3A | 62 | 17 |
| Octal | 166 | 163 | 1 | 0 | 3 | 143 | 66 | 72 | 142 | 27 |
| Binary | 1110110 | 1110011 | 1 | 0 | 11 | 1100011 | 110110 | 111010 | 1100010 | 10111 |
Color Harmonies of #767301
Complementary color
Monochromatic Colors of #767301
Black with #767301
Text Example
Text Example
White with #767301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767301; }
p { color: rgb(118,115,1); }
H1.HeaderClassName
{
color: #767301;
}
.AnyTagClassName
{
color: #767301;
}
</style>
background-color css
<style>
a { background-color: #767301; }
a { background-color: rgb(118,115,1); }
div.DivClassName
{
background-color: #767301;
}
.BgClassName
{
background-color: #767301;
}
</style>
border-color css
<style>
span { border-color: #767301; }
span { border-color: rgb(118,115,1); }
td.TdClassName
{
border-color: #767301;
}
.TagClassName
{
border-color: #767301;
}
</style>