#668447

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

Shades of Dingley #668447

Tints of Dingley #668447

Color information

#668447 (or 0x668447) is unknown color: approx Dingley. HEX triplet: 66, 84 and 47. RGB value is (102,132,71). Sum of RGB (Red+Green+Blue) = 102+132+71=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #668447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668447 is #997BB8. Grayscale: #747474. Windows color (decimal): -10058681 or 4686950. OLE color: 4686950.

HSL color Cylindrical-coordinate representation of color #668447: hue angle of 89.51º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668447 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB10213271-
CMYK0.2300.460.48
HSL89.51º30.05%39.8%-
HSV(B)89.51º46.21%51.76%-
XYZ14.8719.789-
YUV116.08102.56117.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=33.44%
G=43.28%
B=23.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102132710.2300.460.4889.5130.0539.8
Hex6684471702E305a1e28
Octal14620410727056601323650
Binary1100110100001001000111101110101110110000101101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668447; }

 p { color: rgb(102,132,71); }

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

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

 a { background-color: rgb(102,132,71); }

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

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

 span { border-color: rgb(102,132,71); }

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