#5B811B

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

Shades of Olive Drab #5B811B

Tints of Olive Drab #5B811B

Color information

#5B811B (or 0x5B811B) is unknown color: approx Olive Drab. HEX triplet: 5B, 81 and 1B. RGB value is (91,129,27). Sum of RGB (Red+Green+Blue) = 91+129+27=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #5B811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B811B is #A47EE4. Grayscale: #6A6A6A. Windows color (decimal): -10780389 or 1802587. OLE color: 1802587.

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

Color convert

RGB9112927-
CMYK0.2900.790.49
HSL82.35º65.38%30.59%-
HSV(B)82.35º79.07%50.59%-
XYZ12.36183.86-
YUV106.0183.41117.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=36.84%
G=52.23%
B=10.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91129270.2900.790.4982.3565.3830.59
Hex5B811B1D04F3152411f
Octal133201333501176112210137
Binary1011011100000011101111101010011111100011010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,129,27); }

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

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

 a { background-color: rgb(91,129,27); }

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

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

 span { border-color: rgb(91,129,27); }

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