#6E854F

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

Shades of Dingley #6E854F

Tints of Dingley #6E854F

Color information

#6E854F (or 0x6E854F) is unknown color: approx Dingley. HEX triplet: 6E, 85 and 4F. RGB value is (110,133,79). Sum of RGB (Red+Green+Blue) = 110+133+79=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #6E854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E854F is #917AB0. Grayscale: #787878. Windows color (decimal): -9534129 or 5211502. OLE color: 5211502.

HSL color Cylindrical-coordinate representation of color #6E854F: hue angle of 85.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E854F is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB11013379-
CMYK0.1700.410.48
HSL85.56º25.47%41.57%-
HSV(B)85.56º40.6%52.16%-
XYZ16.2320.6510.53-
YUV119.97104.88120.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 133 (52.34% from 255) = 41.30%
BLUE value IS 79 (31.25% from 255) = 24.53%
R=34.16%
G=41.30%
B=24.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133790.1700.410.4885.5625.4741.57
Hex6E854F110293056192a
Octal15620511721051601263152
Binary1101110100001011001111100010101001110000101011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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