#6E9041

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

Shades of Dingley #6E9041

Tints of Dingley #6E9041

Color information

#6E9041 (or 0x6E9041) is unknown color: approx Dingley. HEX triplet: 6E, 90 and 41. RGB value is (110,144,65). Sum of RGB (Red+Green+Blue) = 110+144+65=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 65 (25.78% from 255 or 20.38% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9041 is #916FBE. Grayscale: #7D7D7D. Windows color (decimal): -9531327 or 4296814. OLE color: 4296814.

HSL color Cylindrical-coordinate representation of color #6E9041: hue angle of 85.82º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E9041 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB11014465-
CMYK0.2400.550.44
HSL85.82º37.8%40.98%-
HSV(B)85.82º54.86%56.47%-
XYZ17.3623.648.65-
YUV124.8394.24117.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 65 (25.78% from 255) = 20.38%
R=34.48%
G=45.14%
B=20.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110144650.2400.550.4485.8237.840.98
Hex6E9041180372C562629
Octal15622010130067541264651
Binary11011101001000010000011100001101111011001010110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,144,65); }

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

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

 a { background-color: rgb(110,144,65); }

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

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

 span { border-color: rgb(110,144,65); }

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