#6E863C

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

Shades of Olive Drab #6E863C

Tints of Olive Drab #6E863C

Color information

#6E863C (or 0x6E863C) is unknown color: approx Olive Drab. HEX triplet: 6E, 86 and 3C. RGB value is (110,134,60). Sum of RGB (Red+Green+Blue) = 110+134+60=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #6E863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E863C is #9179C3. Grayscale: #767676. Windows color (decimal): -9533892 or 3966574. OLE color: 3966574.

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

Color convert

RGB11013460-
CMYK0.1800.550.47
HSL79.46º38.14%38.04%-
HSV(B)79.46º55.22%52.55%-
XYZ15.7720.697.44-
YUV118.3995.05122.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=36.18%
G=44.08%
B=19.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110134600.1800.550.4779.4638.1438.04
Hex6E863C120372F4f2626
Octal1562067422067571174646
Binary1101110100001101111001001001101111011111001111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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