#6D862E

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

Shades of Olive Drab #6D862E

Tints of Olive Drab #6D862E

Color information

#6D862E (or 0x6D862E) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 2E. RGB value is (109,134,46). Sum of RGB (Red+Green+Blue) = 109+134+46=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #6D862E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D862E is #9279D1. Grayscale: #747474. Windows color (decimal): -9599442 or 3049069. OLE color: 3049069.

HSL color Cylindrical-coordinate representation of color #6D862E: hue angle of 77.05º 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 #6D862E is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB10913446-
CMYK0.1900.660.47
HSL77.05º48.89%35.29%-
HSV(B)77.05º65.67%52.55%-
XYZ15.3220.55.73-
YUV116.4988.22122.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=37.72%
G=46.37%
B=15.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134460.1900.660.4777.0548.8935.29
Hex6D862E130422F4d3123
Octal15520656230102571156143
Binary11011011000011010111010011010000101011111001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D862E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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