#6D8121

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

Shades of Olive Drab #6D8121

Tints of Olive Drab #6D8121

Color information

#6D8121 (or 0x6D8121) is unknown color: approx Olive Drab. HEX triplet: 6D, 81 and 21. RGB value is (109,129,33). Sum of RGB (Red+Green+Blue) = 109+129+33=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8121 is #927EDE. Grayscale: #707070. Windows color (decimal): -9600735 or 2195821. OLE color: 2195821.

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

Color convert

RGB10912933-
CMYK0.1600.740.49
HSL72.5º59.26%31.76%-
HSV(B)72.5º74.42%50.59%-
XYZ14.4319.064.36-
YUV112.0883.37125.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=40.22%
G=47.60%
B=12.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129330.1600.740.4972.559.2631.76
Hex6D81211004A31483b20
Octal15520141200112611107340
Binary11011011000000110000110000010010101100011001000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,33); }

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

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

 a { background-color: rgb(109,129,33); }

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

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

 span { border-color: rgb(109,129,33); }

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