#6E822A

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

Shades of Olive Drab #6E822A

Tints of Olive Drab #6E822A

Color information

#6E822A (or 0x6E822A) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 2A. RGB value is (110,130,42). Sum of RGB (Red+Green+Blue) = 110+130+42=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 130 (51.17% from 255 or 46.10% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 130 - color contains mainly: green. Hex color #6E822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E822A is #917DD5. Grayscale: #727272. Windows color (decimal): -9534934 or 2785902. OLE color: 2785902.

HSL color Cylindrical-coordinate representation of color #6E822A: hue angle of 73.64º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E822A is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB11013042-
CMYK0.1500.680.49
HSL73.64º51.16%33.73%-
HSV(B)73.64º67.69%50.98%-
XYZ14.8319.455.16-
YUV113.9987.37125.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.01%
GREEN value IS 130 (51.17% from 255) = 46.10%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=39.01%
G=46.10%
B=14.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130420.1500.680.4973.6451.1633.73
Hex6E822AF044314a3322
Octal15620252170104611126342
Binary1101110100000101010101111010001001100011001010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E822A; }

 p { color: rgb(110,130,42); }

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

<style>
 a { background-color: #6E822A; }

 a { background-color: rgb(110,130,42); }

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

<style>
 span { border-color: #6E822A; }

 span { border-color: rgb(110,130,42); }

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