#6E821A

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

Shades of Olive Drab #6E821A

Tints of Olive Drab #6E821A

Color information

#6E821A (or 0x6E821A) is unknown color: approx Olive Drab. HEX triplet: 6E, 82 and 1A. RGB value is (110,130,26). Sum of RGB (Red+Green+Blue) = 110+130+26=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #6E821A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E821A is #917DE5. Grayscale: #707070. Windows color (decimal): -9534950 or 1737326. OLE color: 1737326.

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

Color convert

RGB11013026-
CMYK0.1500.80.49
HSL71.54º66.67%30.59%-
HSV(B)71.54º80%50.98%-
XYZ14.619.353.94-
YUV112.1679.37126.46-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.35%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 26 (10.55% from 255) = 9.77%
R=41.35%
G=48.87%
B=9.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130260.1500.80.4971.5466.6730.59
Hex6E821AF0503148431f
Octal156202321701206111010337
Binary110111010000010110101111010100001100011001000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E821A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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