#6A8740

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

Shades of Dingley #6A8740

Tints of Dingley #6A8740

Color information

#6A8740 (or 0x6A8740) is unknown color: approx Dingley. HEX triplet: 6A, 87 and 40. RGB value is (106,135,64). Sum of RGB (Red+Green+Blue) = 106+135+64=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 135 - color contains mainly: green. Hex color #6A8740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8740 is #9578BF. Grayscale: #767676. Windows color (decimal): -9795776 or 4228970. OLE color: 4228970.

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

Color convert

RGB10613564-
CMYK0.2100.530.47
HSL84.51º35.68%39.02%-
HSV(B)84.51º52.59%52.94%-
XYZ15.5320.768.04-
YUV118.2497.39119.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 135 (53.12% from 255) = 44.26%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=34.75%
G=44.26%
B=20.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106135640.2100.530.4784.5135.6839.02
Hex6A8740150352F552427
Octal15220710025065571254447
Binary11010101000011110000001010101101011011111010101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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