#6D862D

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

Shades of Olive Drab #6D862D

Tints of Olive Drab #6D862D

Color information

#6D862D (or 0x6D862D) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 2D. RGB value is (109,134,45). Sum of RGB (Red+Green+Blue) = 109+134+45=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 134 (52.73% from 255 or 46.53% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 134 - color contains mainly: green. Hex color #6D862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D862D is #9279D2. Grayscale: #747474. Windows color (decimal): -9599443 or 2983533. OLE color: 2983533.

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

Color convert

RGB10913445-
CMYK0.1900.660.47
HSL76.85º49.72%35.1%-
HSV(B)76.85º66.42%52.55%-
XYZ15.3120.495.63-
YUV116.3887.72122.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 134 (52.73% from 255) = 46.53%
BLUE value IS 45 (17.97% from 255) = 15.62%
R=37.85%
G=46.53%
B=15.62%

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
Decimal109134450.1900.660.4776.8549.7235.1
Hex6D862D130422F4d3223
Octal15520655230102571156243
Binary11011011000011010110110011010000101011111001101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D862D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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