#5E821A

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

Shades of Olive Drab #5E821A

Tints of Olive Drab #5E821A

Color information

#5E821A (or 0x5E821A) is unknown color: approx Olive Drab. HEX triplet: 5E, 82 and 1A. RGB value is (94,130,26). Sum of RGB (Red+Green+Blue) = 94+130+26=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #5E821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E821A is #A17DE5. Grayscale: #6B6B6B. Windows color (decimal): -10583526 or 1737310. OLE color: 1737310.

HSL color Cylindrical-coordinate representation of color #5E821A: hue angle of 80.77º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E821A is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB9413026-
CMYK0.2800.80.49
HSL80.77º66.67%30.59%-
HSV(B)80.77º80%50.98%-
XYZ12.7918.423.86-
YUV107.3882.07118.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.6%
GREEN value IS 130 (51.17% from 255) = 52%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=37.6%
G=52%
B=10.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94130260.2800.80.4980.7766.6730.59
Hex5E821A1C0503151431f
Octal136202323401206112110337
Binary1011110100000101101011100010100001100011010001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E821A; }

 p { color: rgb(94,130,26); }

 H1.HeaderClassName
 {
   color: #5E821A;
 }
 .AnyTagClassName
 {
   color: #5E821A;
 }
</style>
background-color css

<style>
 a { background-color: #5E821A; }

 a { background-color: rgb(94,130,26); }

 div.DivClassName
 {
   background-color: #5E821A;
 }
 .BgClassName
 {
   background-color: #5E821A;
 }
</style>
border-color css

<style>
 span { border-color: #5E821A; }

 span { border-color: rgb(94,130,26); }

 td.TdClassName
 {
   border-color: #5E821A;
 }
 .TagClassName
 {
   border-color: #5E821A;
 }
</style>