#6d962e

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

Shades of Olive Drab #6D962E

Tints of Olive Drab #6D962E

Color information

#6D962E (or 0x6D962E) is unknown color: approx Olive Drab. HEX triplet: 6D, 96 and 2E. RGB value is (109,150,46). Sum of RGB (Red+Green+Blue) = 109+150+46=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #6D962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D962E is #9269D1. Grayscale: #7E7E7E. Windows color (decimal): -9595346 or 3053165. OLE color: 3053165.

HSL color Cylindrical-coordinate representation of color #6D962E: hue angle of 83.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D962E is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB10915046-
CMYK0.2700.690.41
HSL83.65º53.06%38.43%-
HSV(B)83.65º69.33%58.82%-
XYZ17.7125.266.53-
YUV125.8882.92115.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=35.74%
G=49.18%
B=15.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109150460.2700.690.4183.6553.0638.43
Hex6D962E1B04529543526
Octal15522656330105511246546
Binary11011011001011010111011011010001011010011010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d962e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,150,46); }

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

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

 a { background-color: rgb(109,150,46); }

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

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

 span { border-color: rgb(109,150,46); }

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