#6C9341

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

Shades of Dingley #6C9341

Tints of Dingley #6C9341

Color information

#6C9341 (or 0x6C9341) is unknown color: approx Dingley. HEX triplet: 6C, 93 and 41. RGB value is (108,147,65). Sum of RGB (Red+Green+Blue) = 108+147+65=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9341 is #936CBE. Grayscale: #7E7E7E. Windows color (decimal): -9661631 or 4297580. OLE color: 4297580.

HSL color Cylindrical-coordinate representation of color #6C9341: hue angle of 88.54º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C9341 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB10814765-
CMYK0.2700.560.42
HSL88.54º38.68%41.57%-
HSV(B)88.54º55.78%57.65%-
XYZ17.5724.448.79-
YUV125.9993.58115.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=33.75%
G=45.94%
B=20.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108147650.2700.560.4288.5438.6841.57
Hex6C93411B0382A59272a
Octal15422310133070521314752
Binary11011001001001110000011101101110001010101011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,65); }

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

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

 a { background-color: rgb(108,147,65); }

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

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

 span { border-color: rgb(108,147,65); }

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