#6E874F

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

Shades of Dingley #6E874F

Tints of Dingley #6E874F

Color information

#6E874F (or 0x6E874F) is unknown color: approx Dingley. HEX triplet: 6E, 87 and 4F. RGB value is (110,135,79). Sum of RGB (Red+Green+Blue) = 110+135+79=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #6E874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E874F is #9178B0. Grayscale: #797979. Windows color (decimal): -9533617 or 5212014. OLE color: 5212014.

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

Color convert

RGB11013579-
CMYK0.1900.410.47
HSL86.79º26.17%41.96%-
HSV(B)86.79º41.48%52.94%-
XYZ16.5121.2110.62-
YUV121.14104.22120.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 79 (31.25% from 255) = 24.38%
R=33.95%
G=41.67%
B=24.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110135790.1900.410.4786.7926.1741.96
Hex6E874F130292F571a2a
Octal15620711723051571273252
Binary1101110100001111001111100110101001101111101011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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