#6C9147

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

Shades of Dingley #6C9147

Tints of Dingley #6C9147

Color information

#6C9147 (or 0x6C9147) is unknown color: approx Dingley. HEX triplet: 6C, 91 and 47. RGB value is (108,145,71). Sum of RGB (Red+Green+Blue) = 108+145+71=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #6C9147 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9147 is #936EB8. Grayscale: #7D7D7D. Windows color (decimal): -9662137 or 4690284. OLE color: 4690284.

HSL color Cylindrical-coordinate representation of color #6C9147: hue angle of 90º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C9147 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB10814571-
CMYK0.2600.510.43
HSL90º34.26%42.35%-
HSV(B)90º51.03%56.86%-
XYZ17.4523.899.65-
YUV125.597.24115.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=33.33%
G=44.75%
B=21.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108145710.2600.510.439034.2642.35
Hex6C91471A0332B5a222a
Octal15422110732063531324252
Binary11011001001000110001111101001100111010111011010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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