#6d991c

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

Shades of Olive Drab #6D991C

Tints of Olive Drab #6D991C

Color information

#6D991C (or 0x6D991C) is unknown color: approx Olive Drab. HEX triplet: 6D, 99 and 1C. RGB value is (109,153,28). Sum of RGB (Red+Green+Blue) = 109+153+28=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #6D991C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D991C is #9266E3. Grayscale: #7E7E7E. Windows color (decimal): -9594596 or 1874285. OLE color: 1874285.

HSL color Cylindrical-coordinate representation of color #6D991C: hue angle of 81.12º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D991C is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB10915328-
CMYK0.2900.820.4
HSL81.12º69.06%35.49%-
HSV(B)81.12º81.7%60%-
XYZ17.9126.125.2-
YUV125.5972.92116.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 153 (60.16% from 255) = 52.76%
BLUE value IS 28 (11.33% from 255) = 9.66%
R=37.59%
G=52.76%
B=9.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal109153280.2900.820.481.1269.0635.49
Hex6D991C1D05228514523
Octal155231343501225012110543
Binary11011011001100111100111010101001010100010100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d991c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,153,28); }

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

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

 a { background-color: rgb(109,153,28); }

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

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

 span { border-color: rgb(109,153,28); }

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