#6D8A32

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

Shades of Olive Drab #6D8A32

Tints of Olive Drab #6D8A32

Color information

#6D8A32 (or 0x6D8A32) is unknown color: approx Olive Drab. HEX triplet: 6D, 8A and 32. RGB value is (109,138,50). Sum of RGB (Red+Green+Blue) = 109+138+50=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A32 is #9275CD. Grayscale: #777777. Windows color (decimal): -9598414 or 3312237. OLE color: 3312237.

HSL color Cylindrical-coordinate representation of color #6D8A32: hue angle of 79.77º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D8A32 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB10913850-
CMYK0.2100.640.46
HSL79.77º46.81%36.86%-
HSV(B)79.77º63.77%54.12%-
XYZ15.9721.666.36-
YUV119.388.89120.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=36.70%
G=46.46%
B=16.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109138500.2100.640.4679.7746.8136.86
Hex6D8A32150402E502f25
Octal15521262250100561205745
Binary11011011000101011001010101010000001011101010000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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