Shades of Olive Drab #547F0E
Tints of Olive Drab #547F0E
RGB
CMYK
RGB Variations
Color information
#547F0E (or 0x547F0E) is known color: Olive Drab. HEX triplet: 54, 7F and 0E. RGB value is (84,127,14). Sum of RGB (Red+Green+Blue) = 84+127+14=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #547F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #547F0E is #AB80F1. Grayscale: #656565. Windows color (decimal): -11239666 or 950100. OLE color: 950100.
HSL color Cylindrical-coordinate representation of color #547F0E: hue angle of 82.83º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #547F0E is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 127 | 14 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.50 |
| HSL | 82.83º | 0.8% | 0.28% | - |
| HSV(B) | 82.83º | 0.89% | 0.5% | - |
| XYZ | 11.32 | 17.1 | 3.12 | - |
| YUV | 101.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 127 | 14 | 0.34 | 0 | 0.89 | 0.50 | 82.83 | 0.8 | 0.28 |
| Hex | 54 | 7F | E | 22 | 0 | 59 | 32 | 53 | 50 | 1C |
| Octal | 124 | 177 | 16 | 42 | 0 | 131 | 62 | 123 | 120 | 34 |
| Binary | 1010100 | 1111111 | 1110 | 100010 | 0 | 1011001 | 110010 | 1010011 | 1010000 | 11100 |
Color Harmonies of #547F0E
Complementary color
Monochromatic Colors of #547F0E
Black with #547F0E
Text Example
Text Example
White with #547F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547F0E; }
p { color: rgb(84,127,14); }
H1.HeaderClassName
{
color: #547F0E;
}
.AnyTagClassName
{
color: #547F0E;
}
</style>
background-color css
<style>
a { background-color: #547F0E; }
a { background-color: rgb(84,127,14); }
div.DivClassName
{
background-color: #547F0E;
}
.BgClassName
{
background-color: #547F0E;
}
</style>
border-color css
<style>
span { border-color: #547F0E; }
span { border-color: rgb(84,127,14); }
td.TdClassName
{
border-color: #547F0E;
}
.TagClassName
{
border-color: #547F0E;
}
</style>