#6D912C

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

Shades of Olive Drab #6D912C

Tints of Olive Drab #6D912C

Color information

#6D912C (or 0x6D912C) is unknown color: approx Olive Drab. HEX triplet: 6D, 91 and 2C. RGB value is (109,145,44). Sum of RGB (Red+Green+Blue) = 109+145+44=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #6D912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D912C is #926ED3. Grayscale: #7B7B7B. Windows color (decimal): -9596628 or 2920813. OLE color: 2920813.

HSL color Cylindrical-coordinate representation of color #6D912C: hue angle of 81.39º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D912C is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB10914544-
CMYK0.2500.700.43
HSL81.39º53.44%37.06%-
HSV(B)81.39º69.66%56.86%-
XYZ16.8923.686.06-
YUV122.7283.57118.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 145 (57.03% from 255) = 48.66%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=36.58%
G=48.66%
B=14.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145440.2500.700.4381.3953.4437.06
Hex6D912C190462B513525
Octal15522154310106531216545
Binary11011011001000110110011001010001101010111010001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,44); }

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

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

 a { background-color: rgb(109,145,44); }

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

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

 span { border-color: rgb(109,145,44); }

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