#6A8940

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

Shades of Dingley #6A8940

Tints of Dingley #6A8940

Color information

#6A8940 (or 0x6A8940) is unknown color: approx Dingley. HEX triplet: 6A, 89 and 40. RGB value is (106,137,64). Sum of RGB (Red+Green+Blue) = 106+137+64=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 137 (53.91% from 255 or 44.63% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8940 is #9576BF. Grayscale: #777777. Windows color (decimal): -9795264 or 4229482. OLE color: 4229482.

HSL color Cylindrical-coordinate representation of color #6A8940: hue angle of 85.48º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A8940 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB10613764-
CMYK0.2300.530.46
HSL85.48º36.32%39.41%-
HSV(B)85.48º53.28%53.73%-
XYZ15.8121.338.13-
YUV119.4196.73118.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 137 (53.91% from 255) = 44.63%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=34.53%
G=44.63%
B=20.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137640.2300.530.4685.4836.3239.41
Hex6A8940170352E552427
Octal15221110027065561254447
Binary11010101000100110000001011101101011011101010101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,64); }

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

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

 a { background-color: rgb(106,137,64); }

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

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

 span { border-color: rgb(106,137,64); }

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