#6D882D

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

Shades of Olive Drab #6D882D

Tints of Olive Drab #6D882D

Color information

#6D882D (or 0x6D882D) is unknown color: approx Olive Drab. HEX triplet: 6D, 88 and 2D. RGB value is (109,136,45). Sum of RGB (Red+Green+Blue) = 109+136+45=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #6D882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D882D is #9277D2. Grayscale: #757575. Windows color (decimal): -9598931 or 2984045. OLE color: 2984045.

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

Color convert

RGB10913645-
CMYK0.2000.670.47
HSL77.8º50.28%35.49%-
HSV(B)77.8º66.91%53.33%-
XYZ15.5821.055.72-
YUV117.5587.05121.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=37.59%
G=46.90%
B=15.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136450.2000.670.4777.850.2835.49
Hex6D882D140432F4e3223
Octal15521055240103571166243
Binary11011011000100010110110100010000111011111001110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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