#6D9346

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

Shades of Dingley #6D9346

Tints of Dingley #6D9346

Color information

#6D9346 (or 0x6D9346) is unknown color: approx Dingley. HEX triplet: 6D, 93 and 46. RGB value is (109,147,70). Sum of RGB (Red+Green+Blue) = 109+147+70=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9346 is #926CB9. Grayscale: #7F7F7F. Windows color (decimal): -9596090 or 4625261. OLE color: 4625261.

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

Color convert

RGB10914770-
CMYK0.2600.520.42
HSL89.61º35.48%42.55%-
HSV(B)89.61º52.38%57.65%-
XYZ17.8524.569.59-
YUV126.8695.91115.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.44%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=33.44%
G=45.09%
B=21.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109147700.2600.520.4289.6135.4842.55
Hex6D93461A0342A5a232b
Octal15522310632064521324353
Binary11011011001001110001101101001101001010101011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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