Shades of Olive #7F8B05
Tints of Olive #7F8B05
RGB
CMYK
RGB Variations
Color information
#7F8B05 (or 0x7F8B05) is known color: Olive. HEX triplet: 7F, 8B and 05. RGB value is (127,139,5). Sum of RGB (Red+Green+Blue) = 127+139+5=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8B05 is #8074FA. Grayscale: #787878. Windows color (decimal): -8418555 or 363391. OLE color: 363391.
HSL color Cylindrical-coordinate representation of color #7F8B05: hue angle of 65.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F8B05 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 5 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.45 |
| HSL | 65.37º | 0.93% | 0.28% | - |
| HSV(B) | 65.37º | 0.96% | 0.55% | - |
| XYZ | 18.01 | 22.99 | 3.63 | - |
| YUV | 120.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 5 | 0.09 | 0 | 0.96 | 0.45 | 65.37 | 0.93 | 0.28 |
| Hex | 7F | 8B | 5 | 9 | 0 | 60 | 2D | 41 | 5D | 1C |
| Octal | 177 | 213 | 5 | 11 | 0 | 140 | 55 | 101 | 135 | 34 |
| Binary | 1111111 | 10001011 | 101 | 1001 | 0 | 1100000 | 101101 | 1000001 | 1011101 | 11100 |
Color Harmonies of #7F8B05
Complementary color
Monochromatic Colors of #7F8B05
Black with #7F8B05
Text Example
Text Example
White with #7F8B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B05; }
p { color: rgb(127,139,5); }
H1.HeaderClassName
{
color: #7F8B05;
}
.AnyTagClassName
{
color: #7F8B05;
}
</style>
background-color css
<style>
a { background-color: #7F8B05; }
a { background-color: rgb(127,139,5); }
div.DivClassName
{
background-color: #7F8B05;
}
.BgClassName
{
background-color: #7F8B05;
}
</style>
border-color css
<style>
span { border-color: #7F8B05; }
span { border-color: rgb(127,139,5); }
td.TdClassName
{
border-color: #7F8B05;
}
.TagClassName
{
border-color: #7F8B05;
}
</style>