#6E8240

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

Shades of Dingley #6E8240

Tints of Dingley #6E8240

Color information

#6E8240 (or 0x6E8240) is unknown color: approx Dingley. HEX triplet: 6E, 82 and 40. RGB value is (110,130,64). Sum of RGB (Red+Green+Blue) = 110+130+64=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8240 is #917DBF. Grayscale: #747474. Windows color (decimal): -9534912 or 4227694. OLE color: 4227694.

HSL color Cylindrical-coordinate representation of color #6E8240: hue angle of 78.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E8240 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB11013064-
CMYK0.1500.510.49
HSL78.18º34.02%38.04%-
HSV(B)78.18º50.77%50.98%-
XYZ15.3419.657.83-
YUV116.598.37123.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 130 (51.17% from 255) = 42.76%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=36.18%
G=42.76%
B=21.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130640.1500.510.4978.1834.0238.04
Hex6E8240F033314e2226
Octal15620210017063611164246
Binary1101110100000101000000111101100111100011001110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,64); }

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

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

 a { background-color: rgb(110,130,64); }

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

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

 span { border-color: rgb(110,130,64); }

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