#5B8119

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

Shades of Olive Drab #5B8119

Tints of Olive Drab #5B8119

Color information

#5B8119 (or 0x5B8119) is unknown color: approx Olive Drab. HEX triplet: 5B, 81 and 19. RGB value is (91,129,25). Sum of RGB (Red+Green+Blue) = 91+129+25=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #5B8119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8119 is #A47EE6. Grayscale: #6A6A6A. Windows color (decimal): -10780391 or 1671515. OLE color: 1671515.

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

Color convert

RGB9112925-
CMYK0.2900.810.49
HSL81.92º67.53%30.2%-
HSV(B)81.92º80.62%50.59%-
XYZ12.3417.993.74-
YUV105.7882.41117.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=37.14%
G=52.65%
B=10.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91129250.2900.810.4981.9267.5330.2
Hex5B81191D0513152441e
Octal133201313501216112210436
Binary1011011100000011100111101010100011100011010010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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