#5B821A

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

Shades of Olive Drab #5B821A

Tints of Olive Drab #5B821A

Color information

#5B821A (or 0x5B821A) is unknown color: approx Olive Drab. HEX triplet: 5B, 82 and 1A. RGB value is (91,130,26). Sum of RGB (Red+Green+Blue) = 91+130+26=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #5B821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B821A is #A47DE5. Grayscale: #6A6A6A. Windows color (decimal): -10780134 or 1737307. OLE color: 1737307.

HSL color Cylindrical-coordinate representation of color #5B821A: hue angle of 82.5º 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 #5B821A is Cyan = 0.30, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.49.

Color convert

RGB9113026-
CMYK0.3000.80.49
HSL82.5º66.67%30.59%-
HSV(B)82.5º80%50.98%-
XYZ12.4818.263.84-
YUV106.4882.58116.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=36.84%
G=52.63%
B=10.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130260.3000.80.4982.566.6730.59
Hex5B821A1E0503152431f
Octal133202323601206112210337
Binary1011011100000101101011110010100001100011010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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