#6E9140

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

Shades of Dingley #6E9140

Tints of Dingley #6E9140

Color information

#6E9140 (or 0x6E9140) is unknown color: approx Dingley. HEX triplet: 6E, 91 and 40. RGB value is (110,145,64). Sum of RGB (Red+Green+Blue) = 110+145+64=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9140 is #916EBF. Grayscale: #7D7D7D. Windows color (decimal): -9531072 or 4231534. OLE color: 4231534.

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

Color convert

RGB11014564-
CMYK0.2400.560.43
HSL85.93º38.76%40.98%-
HSV(B)85.93º55.86%56.86%-
XYZ17.4823.948.55-
YUV125.393.4117.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=34.48%
G=45.45%
B=20.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110145640.2400.560.4385.9338.7640.98
Hex6E9140180382B562729
Octal15622110030070531264751
Binary11011101001000110000001100001110001010111010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,64); }

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

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

 a { background-color: rgb(110,145,64); }

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

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

 span { border-color: rgb(110,145,64); }

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