Shades of Olive #7F6600
Tints of Olive #7F6600
RGB
CMYK
RGB Variations
Color information
#7F6600 (or 0x7F6600) is known color: Olive. HEX triplet: 7F, 66 and 00. RGB value is (127,102,0). Sum of RGB (Red+Green+Blue) = 127+102+0=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 102 (40.23% from 255 or 44.54% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6600 is #8099FF. Grayscale: #626262. Windows color (decimal): -8428032 or 26239. OLE color: 26239.
HSL color Cylindrical-coordinate representation of color #7F6600: hue angle of 48.19º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F6600 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.50 |
| HSL | 48.19º | 1% | 0.25% | - |
| HSV(B) | 48.19º | 1% | 0.5% | - |
| XYZ | 13.5 | 14.01 | 1.99 | - |
| YUV | 97.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 0 | 0 | 0.20 | 1 | 0.50 | 48.19 | 1 | 0.25 |
| Hex | 7F | 66 | 0 | 0 | 14 | 64 | 32 | 30 | 64 | 19 |
| Octal | 177 | 146 | 0 | 0 | 24 | 144 | 62 | 60 | 144 | 31 |
| Binary | 1111111 | 1100110 | 0 | 0 | 10100 | 1100100 | 110010 | 110000 | 1100100 | 11001 |
Color Harmonies of #7F6600
Complementary color
Monochromatic Colors of #7F6600
Black with #7F6600
Text Example
Text Example
White with #7F6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6600; }
p { color: rgb(127,102,0); }
H1.HeaderClassName
{
color: #7F6600;
}
.AnyTagClassName
{
color: #7F6600;
}
</style>
background-color css
<style>
a { background-color: #7F6600; }
a { background-color: rgb(127,102,0); }
div.DivClassName
{
background-color: #7F6600;
}
.BgClassName
{
background-color: #7F6600;
}
</style>
border-color css
<style>
span { border-color: #7F6600; }
span { border-color: rgb(127,102,0); }
td.TdClassName
{
border-color: #7F6600;
}
.TagClassName
{
border-color: #7F6600;
}
</style>