#56850A

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

Shades of Olive Drab #56850A

Tints of Olive Drab #56850A

Color information

#56850A (or 0x56850A) is unknown color: approx Olive Drab. HEX triplet: 56, 85 and 0A. RGB value is (86,133,10). Sum of RGB (Red+Green+Blue) = 86+133+10=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #56850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56850A is #A97AF5. Grayscale: #696969. Windows color (decimal): -11107062 or 689494. OLE color: 689494.

HSL color Cylindrical-coordinate representation of color #56850A: hue angle of 82.93º degrees, saturation: 0.86, 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 #56850A is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB8613310-
CMYK0.3500.920.48
HSL82.93º86.01%28.04%-
HSV(B)82.93º92.48%52.16%-
XYZ12.2818.783.26-
YUV104.9274.43114.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 10 (4.30% from 255) = 4.37%
R=37.55%
G=58.08%
B=4.37%

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
Decimal86133100.3500.920.4882.9386.0128.04
Hex5685A2305C3053561c
Octal126205124301346012312634
Binary1010110100001011010100011010111001100001010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56850A; }

 p { color: rgb(86,133,10); }

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

<style>
 a { background-color: #56850A; }

 a { background-color: rgb(86,133,10); }

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

<style>
 span { border-color: #56850A; }

 span { border-color: rgb(86,133,10); }

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