Shades of Olive #766F01
Tints of Olive #766F01
RGB
CMYK
RGB Variations
Color information
#766F01 (or 0x766F01) is known color: Olive. HEX triplet: 76, 6F and 01. RGB value is (118,111,1). Sum of RGB (Red+Green+Blue) = 118+111+1=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #766F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766F01 is #8990FE. Grayscale: #646464. Windows color (decimal): -9015551 or 94070. OLE color: 94070.
HSL color Cylindrical-coordinate representation of color #766F01: hue angle of 56.41º 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 #766F01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 111 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.54 |
| HSL | 56.41º | 0.98% | 0.23% | - |
| HSV(B) | 56.41º | 0.99% | 0.46% | - |
| XYZ | 13.16 | 15.22 | 2.27 | - |
| YUV | 100.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 1 | 0 | 0.06 | 0.99 | 0.54 | 56.41 | 0.98 | 0.23 |
| Hex | 76 | 6F | 1 | 0 | 6 | 63 | 36 | 38 | 62 | 17 |
| Octal | 166 | 157 | 1 | 0 | 6 | 143 | 66 | 70 | 142 | 27 |
| Binary | 1110110 | 1101111 | 1 | 0 | 110 | 1100011 | 110110 | 111000 | 1100010 | 10111 |
Color Harmonies of #766F01
Complementary color
Monochromatic Colors of #766F01
Black with #766F01
Text Example
Text Example
White with #766F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766F01; }
p { color: rgb(118,111,1); }
H1.HeaderClassName
{
color: #766F01;
}
.AnyTagClassName
{
color: #766F01;
}
</style>
background-color css
<style>
a { background-color: #766F01; }
a { background-color: rgb(118,111,1); }
div.DivClassName
{
background-color: #766F01;
}
.BgClassName
{
background-color: #766F01;
}
</style>
border-color css
<style>
span { border-color: #766F01; }
span { border-color: rgb(118,111,1); }
td.TdClassName
{
border-color: #766F01;
}
.TagClassName
{
border-color: #766F01;
}
</style>