#6D821E

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

Shades of Olive Drab #6D821E

Tints of Olive Drab #6D821E

Color information

#6D821E (or 0x6D821E) is unknown color: approx Olive Drab. HEX triplet: 6D, 82 and 1E. RGB value is (109,130,30). Sum of RGB (Red+Green+Blue) = 109+130+30=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #6D821E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D821E is #927DE1. Grayscale: #707070. Windows color (decimal): -9600482 or 1999469. OLE color: 1999469.

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

Color convert

RGB10913030-
CMYK0.1600.770.49
HSL72.6º62.5%31.37%-
HSV(B)72.6º76.92%50.98%-
XYZ14.5219.314.19-
YUV112.3281.54125.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.52%
GREEN value IS 130 (51.17% from 255) = 48.33%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=40.52%
G=48.33%
B=11.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130300.1600.770.4972.662.531.37
Hex6D821E1004D31493e1f
Octal15520236200115611117637
Binary110110110000010111101000001001101110001100100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D821E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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