#668C49

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

Shades of Dingley #668C49

Tints of Dingley #668C49

Color information

#668C49 (or 0x668C49) is unknown color: approx Dingley. HEX triplet: 66, 8C and 49. RGB value is (102,140,73). Sum of RGB (Red+Green+Blue) = 102+140+73=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #668C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C49 is #9973B6. Grayscale: #797979. Windows color (decimal): -10056631 or 4820070. OLE color: 4820070.

HSL color Cylindrical-coordinate representation of color #668C49: hue angle of 94.03º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668C49 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10214073-
CMYK0.2700.480.45
HSL94.03º31.46%41.76%-
HSV(B)94.03º47.86%54.9%-
XYZ16.0622.069.72-
YUV121100.91114.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=32.38%
G=44.44%
B=23.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140730.2700.480.4594.0331.4641.76
Hex668C491B0302D5e1f2a
Octal14621411133060551363752
Binary1100110100011001001001110110110000101101101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,73); }

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

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

 a { background-color: rgb(102,140,73); }

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

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

 span { border-color: rgb(102,140,73); }

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