#6D9332

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

Shades of Olive Drab #6D9332

Tints of Olive Drab #6D9332

Color information

#6D9332 (or 0x6D9332) is unknown color: approx Olive Drab. HEX triplet: 6D, 93 and 32. RGB value is (109,147,50). Sum of RGB (Red+Green+Blue) = 109+147+50=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 147 (57.81% from 255 or 48.04% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9332 is #926CCD. Grayscale: #7C7C7C. Windows color (decimal): -9596110 or 3314541. OLE color: 3314541.

HSL color Cylindrical-coordinate representation of color #6D9332: hue angle of 83.51º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D9332 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB10914750-
CMYK0.2600.660.42
HSL83.51º49.24%38.63%-
HSV(B)83.51º65.99%57.65%-
XYZ17.3224.356.8-
YUV124.5885.91116.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 48.04%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=35.62%
G=48.04%
B=16.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109147500.2600.660.4283.5149.2438.63
Hex6D93321A0422A543127
Octal15522362320102521246147
Binary11011011001001111001011010010000101010101010100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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