#668C48

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

Shades of Dingley #668C48

Tints of Dingley #668C48

Color information

#668C48 (or 0x668C48) is unknown color: approx Dingley. HEX triplet: 66, 8C and 48. RGB value is (102,140,72). Sum of RGB (Red+Green+Blue) = 102+140+72=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #668C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C48 is #9973B7. Grayscale: #797979. Windows color (decimal): -10056632 or 4754534. OLE color: 4754534.

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

Color convert

RGB10214072-
CMYK0.2700.490.45
HSL93.53º32.08%41.57%-
HSV(B)93.53º48.57%54.9%-
XYZ16.0322.059.54-
YUV120.89100.41114.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 72 (28.52% from 255) = 22.93%
R=32.48%
G=44.59%
B=22.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140720.2700.490.4593.5332.0841.57
Hex668C481B0312D5e202a
Octal14621411033061551364052
Binary11001101000110010010001101101100011011011011110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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