#668B4A

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

Shades of Dingley #668B4A

Tints of Dingley #668B4A

Color information

#668B4A (or 0x668B4A) is unknown color: approx Dingley. HEX triplet: 66, 8B and 4A. RGB value is (102,139,74). Sum of RGB (Red+Green+Blue) = 102+139+74=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #668B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B4A is #9974B5. Grayscale: #787878. Windows color (decimal): -10056886 or 4885350. OLE color: 4885350.

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

Color convert

RGB10213974-
CMYK0.2700.470.45
HSL94.15º30.52%41.76%-
HSV(B)94.15º46.76%54.51%-
XYZ15.9521.789.84-
YUV120.53101.74114.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 139 (54.69% from 255) = 44.13%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=32.38%
G=44.13%
B=23.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139740.2700.470.4594.1530.5241.76
Hex668B4A1B02F2D5e1f2a
Octal14621311233057551363752
Binary1100110100010111001010110110101111101101101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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