#6E8142

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

Shades of Dingley #6E8142

Tints of Dingley #6E8142

Color information

#6E8142 (or 0x6E8142) is unknown color: approx Dingley. HEX triplet: 6E, 81 and 42. RGB value is (110,129,66). Sum of RGB (Red+Green+Blue) = 110+129+66=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8142 is #917EBD. Grayscale: #747474. Windows color (decimal): -9535166 or 4358510. OLE color: 4358510.

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

Color convert

RGB11012966-
CMYK0.1500.490.49
HSL78.1º32.31%38.24%-
HSV(B)78.1º48.84%50.59%-
XYZ15.2619.418.1-
YUV116.1499.71123.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=36.07%
G=42.30%
B=21.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110129660.1500.490.4978.132.3138.24
Hex6E8142F031314e2026
Octal15620110217061611164046
Binary1101110100000011000010111101100011100011001110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,66); }

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

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

 a { background-color: rgb(110,129,66); }

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

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

 span { border-color: rgb(110,129,66); }

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