#6C8D47

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

Shades of Dingley #6C8D47

Tints of Dingley #6C8D47

Color information

#6C8D47 (or 0x6C8D47) is unknown color: approx Dingley. HEX triplet: 6C, 8D and 47. RGB value is (108,141,71). Sum of RGB (Red+Green+Blue) = 108+141+71=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8D47 is #9372B8. Grayscale: #7B7B7B. Windows color (decimal): -9663161 or 4689260. OLE color: 4689260.

HSL color Cylindrical-coordinate representation of color #6C8D47: hue angle of 88.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C8D47 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB10814171-
CMYK0.2300.500.45
HSL88.29º33.02%41.57%-
HSV(B)88.29º49.65%55.29%-
XYZ16.8522.699.45-
YUV123.1598.57117.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 71 (28.12% from 255) = 22.19%
R=33.75%
G=44.06%
B=22.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108141710.2300.500.4588.2933.0241.57
Hex6C8D47170322D58212a
Octal15421510727062551304152
Binary11011001000110110001111011101100101011011011000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,141,71); }

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

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

 a { background-color: rgb(108,141,71); }

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

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

 span { border-color: rgb(108,141,71); }

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