#668C4A

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

Shades of Dingley #668C4A

Tints of Dingley #668C4A

Color information

#668C4A (or 0x668C4A) is unknown color: approx Dingley. HEX triplet: 66, 8C and 4A. RGB value is (102,140,74). Sum of RGB (Red+Green+Blue) = 102+140+74=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 140 - color contains mainly: green. Hex color #668C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668C4A is #9973B5. Grayscale: #797979. Windows color (decimal): -10056630 or 4885606. OLE color: 4885606.

HSL color Cylindrical-coordinate representation of color #668C4A: hue angle of 94.55º 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 #668C4A is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB10214074-
CMYK0.2700.470.45
HSL94.55º30.84%41.96%-
HSV(B)94.55º47.14%54.9%-
XYZ16.0922.089.89-
YUV121.11101.41114.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 140 (55.08% from 255) = 44.30%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=32.28%
G=44.30%
B=23.42%

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
Decimal102140740.2700.470.4594.5530.8441.96
Hex668C4A1B02F2D5f1f2a
Octal14621411233057551373752
Binary1100110100011001001010110110101111101101101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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