#668a4a

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

Shades of Dingley #668A4A

Tints of Dingley #668A4A

Color information

#668A4A (or 0x668A4A) is unknown color: approx Dingley. HEX triplet: 66, 8A and 4A. RGB value is (102,138,74). Sum of RGB (Red+Green+Blue) = 102+138+74=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 138 - color contains mainly: green. Hex color #668A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668A4A is #9975B5. Grayscale: #787878. Windows color (decimal): -10057142 or 4885094. OLE color: 4885094.

HSL color Cylindrical-coordinate representation of color #668A4A: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668A4A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB10213874-
CMYK0.2600.460.46
HSL93.75º30.19%41.57%-
HSV(B)93.75º46.38%54.12%-
XYZ15.821.59.79-
YUV119.94102.07115.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=32.48%
G=43.95%
B=23.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102138740.2600.460.4693.7530.1941.57
Hex668A4A1A02E2E5e1e2a
Octal14621211232056561363652
Binary1100110100010101001010110100101110101110101111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,74); }

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

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

 a { background-color: rgb(102,138,74); }

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

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

 span { border-color: rgb(102,138,74); }

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