#6D801A

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

Shades of Olive Drab #6D801A

Tints of Olive Drab #6D801A

Color information

#6D801A (or 0x6D801A) is unknown color: approx Olive Drab. HEX triplet: 6D, 80 and 1A. RGB value is (109,128,26). Sum of RGB (Red+Green+Blue) = 109+128+26=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #6D801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D801A is #927FE5. Grayscale: #6F6F6F. Windows color (decimal): -9600998 or 1736813. OLE color: 1736813.

HSL color Cylindrical-coordinate representation of color #6D801A: hue angle of 71.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D801A is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB10912826-
CMYK0.1500.800.50
HSL71.18º66.23%30.2%-
HSV(B)71.18º79.69%50.2%-
XYZ14.2118.763.85-
YUV110.6980.21126.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.44%
GREEN value IS 128 (50.39% from 255) = 48.67%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=41.44%
G=48.67%
B=9.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128260.1500.800.5071.1866.2330.2
Hex6D801AF0503247421e
Octal155200321701206210710236
Binary110110110000000110101111010100001100101000111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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