#5B820F

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

Shades of Olive Drab #5B820F

Tints of Olive Drab #5B820F

Color information

#5B820F (or 0x5B820F) is unknown color: approx Olive Drab. HEX triplet: 5B, 82 and 0F. RGB value is (91,130,15). Sum of RGB (Red+Green+Blue) = 91+130+15=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 130 (51.17% from 255 or 55.08% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 130 - color contains mainly: green. Hex color #5B820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B820F is #A47DF0. Grayscale: #696969. Windows color (decimal): -10780145 or 1016411. OLE color: 1016411.

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

Color convert

RGB9113015-
CMYK0.3000.880.49
HSL80.35º79.31%28.43%-
HSV(B)80.35º88.46%50.98%-
XYZ12.3818.223.32-
YUV105.2377.08117.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 130 (51.17% from 255) = 55.08%
BLUE value IS 15 (6.25% from 255) = 6.36%
R=38.56%
G=55.08%
B=6.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91130150.3000.880.4980.3579.3128.43
Hex5B82F1E05831504f1c
Octal133202173601306112011734
Binary101101110000010111111110010110001100011010000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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