#6E862E

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

Shades of Olive Drab #6E862E

Tints of Olive Drab #6E862E

Color information

#6E862E (or 0x6E862E) is unknown color: approx Olive Drab. HEX triplet: 6E, 86 and 2E. RGB value is (110,134,46). Sum of RGB (Red+Green+Blue) = 110+134+46=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #6E862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E862E is #9179D1. Grayscale: #757575. Windows color (decimal): -9533906 or 3049070. OLE color: 3049070.

HSL color Cylindrical-coordinate representation of color #6E862E: hue angle of 76.36º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E862E is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB11013446-
CMYK0.1800.660.47
HSL76.36º48.89%35.29%-
HSV(B)76.36º65.67%52.55%-
XYZ15.4520.565.74-
YUV116.7988.05123.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.93%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=37.93%
G=46.21%
B=15.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134460.1800.660.4776.3648.8935.29
Hex6E862E120422F4c3123
Octal15620656220102571146143
Binary11011101000011010111010010010000101011111001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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