#6D8142

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

Shades of Dingley #6D8142

Tints of Dingley #6D8142

Color information

#6D8142 (or 0x6D8142) is unknown color: approx Dingley. HEX triplet: 6D, 81 and 42. RGB value is (109,129,66). Sum of RGB (Red+Green+Blue) = 109+129+66=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8142 is #927EBD. Grayscale: #747474. Windows color (decimal): -9600702 or 4358509. OLE color: 4358509.

HSL color Cylindrical-coordinate representation of color #6D8142: hue angle of 79.05º 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 #6D8142 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB10912966-
CMYK0.1600.490.49
HSL79.05º32.31%38.24%-
HSV(B)79.05º48.84%50.59%-
XYZ15.1419.358.09-
YUV115.8499.87123.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 129 (50.78% from 255) = 42.43%
BLUE value IS 66 (26.17% from 255) = 21.71%
R=35.86%
G=42.43%
B=21.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129660.1600.490.4979.0532.3138.24
Hex6D814210031314f2026
Octal15520110220061611174046
Binary11011011000000110000101000001100011100011001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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