#6E8D4A

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

Shades of Dingley #6E8D4A

Tints of Dingley #6E8D4A

Color information

#6E8D4A (or 0x6E8D4A) is unknown color: approx Dingley. HEX triplet: 6E, 8D and 4A. RGB value is (110,141,74). Sum of RGB (Red+Green+Blue) = 110+141+74=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D4A is #9172B5. Grayscale: #7C7C7C. Windows color (decimal): -9532086 or 4885870. OLE color: 4885870.

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

Color convert

RGB11014174-
CMYK0.2200.480.45
HSL87.76º31.16%42.16%-
HSV(B)87.76º47.52%55.29%-
XYZ17.1922.869.98-
YUV124.0999.73117.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 74 (29.30% from 255) = 22.77%
R=33.85%
G=43.38%
B=22.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141740.2200.480.4587.7631.1642.16
Hex6E8D4A160302D581f2a
Octal15621511226060551303752
Binary1101110100011011001010101100110000101101101100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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