#6E8248

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

Shades of Dingley #6E8248

Tints of Dingley #6E8248

Color information

#6E8248 (or 0x6E8248) is unknown color: approx Dingley. HEX triplet: 6E, 82 and 48. RGB value is (110,130,72). Sum of RGB (Red+Green+Blue) = 110+130+72=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8248 is #917DB7. Grayscale: #757575. Windows color (decimal): -9534904 or 4751982. OLE color: 4751982.

HSL color Cylindrical-coordinate representation of color #6E8248: hue angle of 80.69º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E8248 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB11013072-
CMYK0.1500.450.49
HSL80.69º28.71%39.61%-
HSV(B)80.69º44.62%50.98%-
XYZ15.5819.759.12-
YUV117.41102.37122.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.26%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=35.26%
G=41.67%
B=23.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110130720.1500.450.4980.6928.7139.61
Hex6E8248F02D31511d28
Octal15620211017055611213550
Binary110111010000010100100011110101101110001101000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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