#6D8046

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

Shades of Dingley #6D8046

Tints of Dingley #6D8046

Color information

#6D8046 (or 0x6D8046) is unknown color: approx Dingley. HEX triplet: 6D, 80 and 46. RGB value is (109,128,70). Sum of RGB (Red+Green+Blue) = 109+128+70=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #6D8046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8046 is #927FB9. Grayscale: #737373. Windows color (decimal): -9600954 or 4620397. OLE color: 4620397.

HSL color Cylindrical-coordinate representation of color #6D8046: hue angle of 79.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D8046 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB10912870-
CMYK0.1500.450.50
HSL79.66º29.29%38.82%-
HSV(B)79.66º45.31%50.2%-
XYZ15.1319.138.69-
YUV115.71102.21123.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 70 (27.73% from 255) = 22.80%
R=35.50%
G=41.69%
B=22.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109128700.1500.450.5079.6629.2938.82
Hex6D8046F02D32501d27
Octal15520010617055621203547
Binary110110110000000100011011110101101110010101000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,70); }

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

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

 a { background-color: rgb(109,128,70); }

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

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

 span { border-color: rgb(109,128,70); }

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