#667D46

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

Shades of Dingley #667D46

Tints of Dingley #667D46

Color information

#667D46 (or 0x667D46) is unknown color: approx Dingley. HEX triplet: 66, 7D and 46. RGB value is (102,125,70). Sum of RGB (Red+Green+Blue) = 102+125+70=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #667D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667D46 is #9982B9. Grayscale: #707070. Windows color (decimal): -10060474 or 4619622. OLE color: 4619622.

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

Color convert

RGB10212570-
CMYK0.1800.440.51
HSL85.09º28.21%38.24%-
HSV(B)85.09º44%49.02%-
XYZ13.9217.938.52-
YUV111.85104.38120.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 125 (49.22% from 255) = 42.09%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=34.34%
G=42.09%
B=23.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102125700.1800.440.5185.0928.2138.24
Hex667D461202C33551c26
Octal14617510622054631253446
Binary110011011111011000110100100101100110011101010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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