Shades of Olive #7F8F06
Tints of Olive #7F8F06
RGB
CMYK
RGB Variations
Color information
#7F8F06 (or 0x7F8F06) is known color: Olive. HEX triplet: 7F, 8F and 06. RGB value is (127,143,6). Sum of RGB (Red+Green+Blue) = 127+143+6=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8F06 is #8070F9. Grayscale: #7B7B7B. Windows color (decimal): -8417530 or 429951. OLE color: 429951.
HSL color Cylindrical-coordinate representation of color #7F8F06: hue angle of 67.01º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F8F06 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 143 | 6 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.44 |
| HSL | 67.01º | 0.92% | 0.29% | - |
| HSV(B) | 67.01º | 0.96% | 0.56% | - |
| XYZ | 18.61 | 24.17 | 3.86 | - |
| YUV | 122.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 6 | 0.11 | 0 | 0.96 | 0.44 | 67.01 | 0.92 | 0.29 |
| Hex | 7F | 8F | 6 | B | 0 | 60 | 2C | 43 | 5C | 1D |
| Octal | 177 | 217 | 6 | 13 | 0 | 140 | 54 | 103 | 134 | 35 |
| Binary | 1111111 | 10001111 | 110 | 1011 | 0 | 1100000 | 101100 | 1000011 | 1011100 | 11101 |
Color Harmonies of #7F8F06
Complementary color
Monochromatic Colors of #7F8F06
Black with #7F8F06
Text Example
Text Example
White with #7F8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8F06; }
p { color: rgb(127,143,6); }
H1.HeaderClassName
{
color: #7F8F06;
}
.AnyTagClassName
{
color: #7F8F06;
}
</style>
background-color css
<style>
a { background-color: #7F8F06; }
a { background-color: rgb(127,143,6); }
div.DivClassName
{
background-color: #7F8F06;
}
.BgClassName
{
background-color: #7F8F06;
}
</style>
border-color css
<style>
span { border-color: #7F8F06; }
span { border-color: rgb(127,143,6); }
td.TdClassName
{
border-color: #7F8F06;
}
.TagClassName
{
border-color: #7F8F06;
}
</style>