#667D49

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

Shades of Dingley #667D49

Tints of Dingley #667D49

Color information

#667D49 (or 0x667D49) is unknown color: approx Dingley. HEX triplet: 66, 7D and 49. RGB value is (102,125,73). Sum of RGB (Red+Green+Blue) = 102+125+73=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #667D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667D49 is #9982B6. Grayscale: #707070. Windows color (decimal): -10060471 or 4816230. OLE color: 4816230.

HSL color Cylindrical-coordinate representation of color #667D49: hue angle of 86.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667D49 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.

Color convert

RGB10212573-
CMYK0.1800.420.51
HSL86.54º26.26%38.82%-
HSV(B)86.54º41.6%49.02%-
XYZ14.0217.979.03-
YUV112.2105.88120.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=34%
G=41.67%
B=24.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102125730.1800.420.5186.5426.2638.82
Hex667D491202A33571a27
Octal14617511122052631273247
Binary110011011111011001001100100101010110011101011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667D49; }

 p { color: rgb(102,125,73); }

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

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

 a { background-color: rgb(102,125,73); }

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

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

 span { border-color: rgb(102,125,73); }

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