#668D44

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

Shades of Dingley #668D44

Tints of Dingley #668D44

Color information

#668D44 (or 0x668D44) is unknown color: approx Dingley. HEX triplet: 66, 8D and 44. RGB value is (102,141,68). Sum of RGB (Red+Green+Blue) = 102+141+68=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #668D44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D44 is #9972BB. Grayscale: #797979. Windows color (decimal): -10056380 or 4492646. OLE color: 4492646.

HSL color Cylindrical-coordinate representation of color #668D44: hue angle of 92.05º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668D44 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB10214168-
CMYK0.2800.520.45
HSL92.05º34.93%40.98%-
HSV(B)92.05º51.77%55.29%-
XYZ16.0522.298.93-
YUV121.0298.08114.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=32.80%
G=45.34%
B=21.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141680.2800.520.4592.0534.9340.98
Hex668D441C0342D5c2329
Octal14621510434064551344351
Binary11001101000110110001001110001101001011011011100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D44; }

 p { color: rgb(102,141,68); }

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

<style>
 a { background-color: #668D44; }

 a { background-color: rgb(102,141,68); }

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

<style>
 span { border-color: #668D44; }

 span { border-color: rgb(102,141,68); }

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