#6E9148

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

Shades of Dingley #6E9148

Tints of Dingley #6E9148

Color information

#6E9148 (or 0x6E9148) is unknown color: approx Dingley. HEX triplet: 6E, 91 and 48. RGB value is (110,145,72). Sum of RGB (Red+Green+Blue) = 110+145+72=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9148 is #916EB7. Grayscale: #7E7E7E. Windows color (decimal): -9531064 or 4755822. OLE color: 4755822.

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

Color convert

RGB11014572-
CMYK0.2400.500.43
HSL88.77º33.64%42.55%-
HSV(B)88.77º50.34%56.86%-
XYZ17.7324.039.84-
YUV126.2197.4116.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.64%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=33.64%
G=44.34%
B=22.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110145720.2400.500.4388.7733.6442.55
Hex6E9148180322B59222b
Octal15622111030062531314253
Binary11011101001000110010001100001100101010111011001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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