#6E884F

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

Shades of Dingley #6E884F

Tints of Dingley #6E884F

Color information

#6E884F (or 0x6E884F) is unknown color: approx Dingley. HEX triplet: 6E, 88 and 4F. RGB value is (110,136,79). Sum of RGB (Red+Green+Blue) = 110+136+79=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #6E884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E884F is #9177B0. Grayscale: #797979. Windows color (decimal): -9533361 or 5212270. OLE color: 5212270.

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

Color convert

RGB11013679-
CMYK0.1900.420.47
HSL87.37º26.51%42.16%-
HSV(B)87.37º41.91%53.33%-
XYZ16.6521.4910.67-
YUV121.73103.89119.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 136 (53.52% from 255) = 41.85%
BLUE value IS 79 (31.25% from 255) = 24.31%
R=33.85%
G=41.85%
B=24.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110136790.1900.420.4787.3726.5142.16
Hex6E884F1302A2F571b2a
Octal15621011723052571273352
Binary1101110100010001001111100110101010101111101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,136,79); }

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

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

 a { background-color: rgb(110,136,79); }

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

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

 span { border-color: rgb(110,136,79); }

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