Shades of Olive #7F6F01
Tints of Olive #7F6F01
RGB
CMYK
RGB Variations
Color information
#7F6F01 (or 0x7F6F01) is known color: Olive. HEX triplet: 7F, 6F and 01. RGB value is (127,111,1). Sum of RGB (Red+Green+Blue) = 127+111+1=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6F01 is #8090FE. Grayscale: #676767. Windows color (decimal): -8425727 or 94079. OLE color: 94079.
HSL color Cylindrical-coordinate representation of color #7F6F01: hue angle of 52.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F6F01 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 111 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.50 |
| HSL | 52.38º | 0.98% | 0.25% | - |
| HSV(B) | 52.38º | 0.99% | 0.5% | - |
| XYZ | 14.44 | 15.88 | 2.33 | - |
| YUV | 103.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 111 | 1 | 0 | 0.13 | 0.99 | 0.50 | 52.38 | 0.98 | 0.25 |
| Hex | 7F | 6F | 1 | 0 | D | 63 | 32 | 34 | 62 | 19 |
| Octal | 177 | 157 | 1 | 0 | 15 | 143 | 62 | 64 | 142 | 31 |
| Binary | 1111111 | 1101111 | 1 | 0 | 1101 | 1100011 | 110010 | 110100 | 1100010 | 11001 |
Color Harmonies of #7F6F01
Complementary color
Monochromatic Colors of #7F6F01
Black with #7F6F01
Text Example
Text Example
White with #7F6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6F01; }
p { color: rgb(127,111,1); }
H1.HeaderClassName
{
color: #7F6F01;
}
.AnyTagClassName
{
color: #7F6F01;
}
</style>
background-color css
<style>
a { background-color: #7F6F01; }
a { background-color: rgb(127,111,1); }
div.DivClassName
{
background-color: #7F6F01;
}
.BgClassName
{
background-color: #7F6F01;
}
</style>
border-color css
<style>
span { border-color: #7F6F01; }
span { border-color: rgb(127,111,1); }
td.TdClassName
{
border-color: #7F6F01;
}
.TagClassName
{
border-color: #7F6F01;
}
</style>