#56840B

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

Shades of Olive Drab #56840B

Tints of Olive Drab #56840B

Color information

#56840B (or 0x56840B) is unknown color: approx Olive Drab. HEX triplet: 56, 84 and 0B. RGB value is (86,132,11). Sum of RGB (Red+Green+Blue) = 86+132+11=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 132 (51.95% from 255 or 57.64% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 132 - color contains mainly: green. Hex color #56840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56840B is #A97BF4. Grayscale: #686868. Windows color (decimal): -11107317 or 754774. OLE color: 754774.

HSL color Cylindrical-coordinate representation of color #56840B: hue angle of 82.81º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56840B is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB8613211-
CMYK0.3500.920.48
HSL82.81º84.62%28.04%-
HSV(B)82.81º91.67%51.76%-
XYZ12.1518.513.25-
YUV104.4575.26114.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 132 (51.95% from 255) = 57.64%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=37.55%
G=57.64%
B=4.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132110.3500.920.4882.8184.6228.04
Hex5684B2305C3053551c
Octal126204134301346012312534
Binary1010110100001001011100011010111001100001010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56840B; }

 p { color: rgb(86,132,11); }

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

<style>
 a { background-color: #56840B; }

 a { background-color: rgb(86,132,11); }

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

<style>
 span { border-color: #56840B; }

 span { border-color: rgb(86,132,11); }

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