#5B820E

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

Shades of Olive Drab #5B820E

Tints of Olive Drab #5B820E

Color information

#5B820E (or 0x5B820E) is unknown color: approx Olive Drab. HEX triplet: 5B, 82 and 0E. RGB value is (91,130,14). Sum of RGB (Red+Green+Blue) = 91+130+14=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820E is #A47DF1. Grayscale: #696969. Windows color (decimal): -10780146 or 950875. OLE color: 950875.

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

Color convert

RGB9113014-
CMYK0.3000.890.49
HSL80.17º80.56%28.24%-
HSV(B)80.17º89.23%50.98%-
XYZ12.3818.223.28-
YUV105.1276.58117.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.72%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=38.72%
G=55.32%
B=5.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130140.3000.890.4980.1780.5628.24
Hex5B82E1E0593150511c
Octal133202163601316112012134
Binary101101110000010111011110010110011100011010000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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