#6d801e

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

Shades of Olive Drab #6D801E

Tints of Olive Drab #6D801E

Color information

#6D801E (or 0x6D801E) is unknown color: approx Olive Drab. HEX triplet: 6D, 80 and 1E. RGB value is (109,128,30). Sum of RGB (Red+Green+Blue) = 109+128+30=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #6D801E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D801E is #927FE1. Grayscale: #6F6F6F. Windows color (decimal): -9600994 or 1998957. OLE color: 1998957.

HSL color Cylindrical-coordinate representation of color #6D801E: hue angle of 71.63º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D801E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB10912830-
CMYK0.1500.770.50
HSL71.63º62.03%30.98%-
HSV(B)71.63º76.56%50.2%-
XYZ14.2618.784.1-
YUV111.1582.21126.47-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 128 (50.39% from 255) = 47.94%
BLUE value IS 30 (12.11% from 255) = 11.24%
R=40.82%
G=47.94%
B=11.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128300.1500.770.5071.6362.0330.98
Hex6D801EF04D32483e1f
Octal15520036170115621107637
Binary11011011000000011110111101001101110010100100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d801e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,30); }

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

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

 a { background-color: rgb(109,128,30); }

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

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

 span { border-color: rgb(109,128,30); }

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