#6D8232

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

Shades of Olive Drab #6D8232

Tints of Olive Drab #6D8232

Color information

#6D8232 (or 0x6D8232) is unknown color: approx Olive Drab. HEX triplet: 6D, 82 and 32. RGB value is (109,130,50). Sum of RGB (Red+Green+Blue) = 109+130+50=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8232 is #927DCD. Grayscale: #727272. Windows color (decimal): -9600462 or 3310189. OLE color: 3310189.

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

Color convert

RGB10913050-
CMYK0.1600.620.49
HSL75.75º44.44%35.29%-
HSV(B)75.75º61.54%50.98%-
XYZ14.8719.455.99-
YUV114.691.54124-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 50 (19.92% from 255) = 17.30%
R=37.72%
G=44.98%
B=17.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130500.1600.620.4975.7544.4435.29
Hex6D82321003E314c2c23
Octal1552026220076611145443
Binary1101101100000101100101000001111101100011001100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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