#5B870D

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

Shades of Olive Drab #5B870D

Tints of Olive Drab #5B870D

Color information

#5B870D (or 0x5B870D) is unknown color: approx Olive Drab. HEX triplet: 5B, 87 and 0D. RGB value is (91,135,13). Sum of RGB (Red+Green+Blue) = 91+135+13=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #5B870D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B870D is #A478F2. Grayscale: #6C6C6C. Windows color (decimal): -10778867 or 886619. OLE color: 886619.

HSL color Cylindrical-coordinate representation of color #5B870D: hue angle of 81.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B870D is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9113513-
CMYK0.3300.900.47
HSL81.64º82.43%29.02%-
HSV(B)81.64º90.37%52.94%-
XYZ13.0519.583.47-
YUV107.9474.42115.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 135 (53.12% from 255) = 56.49%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=38.08%
G=56.49%
B=5.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91135130.3300.900.4781.6482.4329.02
Hex5B87D2105A2F52521d
Octal133207154101325712212235
Binary1011011100001111101100001010110101011111010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,135,13); }

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

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

 a { background-color: rgb(91,135,13); }

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

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

 span { border-color: rgb(91,135,13); }

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