#6E812E

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

Shades of Olive Drab #6E812E

Tints of Olive Drab #6E812E

Color information

#6E812E (or 0x6E812E) is unknown color: approx Olive Drab. HEX triplet: 6E, 81 and 2E. RGB value is (110,129,46). Sum of RGB (Red+Green+Blue) = 110+129+46=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #6E812E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E812E is #917ED1. Grayscale: #727272. Windows color (decimal): -9535186 or 3047790. OLE color: 3047790.

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

Color convert

RGB11012946-
CMYK0.1500.640.49
HSL73.73º47.43%34.31%-
HSV(B)73.73º64.34%50.59%-
XYZ14.7719.215.51-
YUV113.8689.71125.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.60%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=38.60%
G=45.26%
B=16.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129460.1500.640.4973.7347.4334.31
Hex6E812EF040314a2f22
Octal15620156170100611125742
Binary1101110100000011011101111010000001100011001010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,46); }

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

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

 a { background-color: rgb(110,129,46); }

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

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

 span { border-color: rgb(110,129,46); }

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