#668d46

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

Shades of Dingley #668D46

Tints of Dingley #668D46

Color information

#668D46 (or 0x668D46) is unknown color: approx Dingley. HEX triplet: 66, 8D and 46. RGB value is (102,141,70). Sum of RGB (Red+Green+Blue) = 102+141+70=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #668D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D46 is #9972B9. Grayscale: #797979. Windows color (decimal): -10056378 or 4623718. OLE color: 4623718.

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

Color convert

RGB10214170-
CMYK0.2800.500.45
HSL92.96º33.65%41.37%-
HSV(B)92.96º50.35%55.29%-
XYZ16.1122.329.25-
YUV121.2499.08114.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=32.59%
G=45.05%
B=22.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102141700.2800.500.4592.9633.6541.37
Hex668D461C0322D5d2229
Octal14621510634062551354251
Binary11001101000110110001101110001100101011011011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668d46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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