#547F0E

Color #547F0E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #547F0E

Tints of Olive Drab #547F0E

Color information

#547F0E (or 0x547F0E) is unknown color: approx 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

RGB8412714-
CMYK0.3400.890.50
HSL82.83º80.14%27.65%-
HSV(B)82.83º88.98%49.8%-
XYZ11.3217.13.12-
YUV101.2678.75115.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=37.33%
G=56.44%
B=6.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84127140.3400.890.5082.8380.1427.65
Hex547FE220593253501c
Octal124177164201316212312034
Binary101010011111111110100010010110011100101010011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>