Shades of Olive #7F6C00
Tints of Olive #7F6C00
RGB
CMYK
RGB Variations
Color information
#7F6C00 (or 0x7F6C00) is known color: Olive. HEX triplet: 7F, 6C and 00. RGB value is (127,108,0). Sum of RGB (Red+Green+Blue) = 127+108+0=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 108 (42.58% from 255 or 45.96% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6C00 is #8093FF. Grayscale: #656565. Windows color (decimal): -8426496 or 27775. OLE color: 27775.
HSL color Cylindrical-coordinate representation of color #7F6C00: hue angle of 51.02º 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 #7F6C00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.50 |
| HSL | 51.02º | 1% | 0.25% | - |
| HSV(B) | 51.02º | 1% | 0.5% | - |
| XYZ | 14.11 | 15.24 | 2.2 | - |
| YUV | 101.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 0 | 0 | 0.15 | 1 | 0.50 | 51.02 | 1 | 0.25 |
| Hex | 7F | 6C | 0 | 0 | F | 64 | 32 | 33 | 64 | 19 |
| Octal | 177 | 154 | 0 | 0 | 17 | 144 | 62 | 63 | 144 | 31 |
| Binary | 1111111 | 1101100 | 0 | 0 | 1111 | 1100100 | 110010 | 110011 | 1100100 | 11001 |
Color Harmonies of #7F6C00
Complementary color
Monochromatic Colors of #7F6C00
Black with #7F6C00
Text Example
Text Example
White with #7F6C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C00; }
p { color: rgb(127,108,0); }
H1.HeaderClassName
{
color: #7F6C00;
}
.AnyTagClassName
{
color: #7F6C00;
}
</style>
background-color css
<style>
a { background-color: #7F6C00; }
a { background-color: rgb(127,108,0); }
div.DivClassName
{
background-color: #7F6C00;
}
.BgClassName
{
background-color: #7F6C00;
}
</style>
border-color css
<style>
span { border-color: #7F6C00; }
span { border-color: rgb(127,108,0); }
td.TdClassName
{
border-color: #7F6C00;
}
.TagClassName
{
border-color: #7F6C00;
}
</style>