#6E8D48

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

Shades of Dingley #6E8D48

Tints of Dingley #6E8D48

Color information

#6E8D48 (or 0x6E8D48) is unknown color: approx Dingley. HEX triplet: 6E, 8D and 48. RGB value is (110,141,72). Sum of RGB (Red+Green+Blue) = 110+141+72=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D48 is #9172B7. Grayscale: #7C7C7C. Windows color (decimal): -9532088 or 4754798. OLE color: 4754798.

HSL color Cylindrical-coordinate representation of color #6E8D48: hue angle of 86.96º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E8D48 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB11014172-
CMYK0.2200.490.45
HSL86.96º32.39%41.76%-
HSV(B)86.96º48.94%55.29%-
XYZ17.1222.839.64-
YUV123.8698.73118.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 141 (55.47% from 255) = 43.65%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=34.06%
G=43.65%
B=22.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141720.2200.490.4586.9632.3941.76
Hex6E8D48160312D57202a
Octal15621511026061551274052
Binary11011101000110110010001011001100011011011010111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,141,72); }

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

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

 a { background-color: rgb(110,141,72); }

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

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

 span { border-color: rgb(110,141,72); }

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