#667B50

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

Shades of Dingley #667B50

Tints of Dingley #667B50

Color information

#667B50 (or 0x667B50) is unknown color: approx Dingley. HEX triplet: 66, 7B and 50. RGB value is (102,123,80). Sum of RGB (Red+Green+Blue) = 102+123+80=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #667B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B50 is #9984AF. Grayscale: #6F6F6F. Windows color (decimal): -10060976 or 5274470. OLE color: 5274470.

HSL color Cylindrical-coordinate representation of color #667B50: hue angle of 89.3º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667B50 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB10212380-
CMYK0.1700.350.52
HSL89.3º21.18%39.8%-
HSV(B)89.3º34.96%48.24%-
XYZ14.0117.5710.24-
YUV111.82110.04121-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=33.44%
G=40.33%
B=26.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102123800.1700.350.5289.321.1839.8
Hex667B501102334591528
Octal14617312021043641312550
Binary110011011110111010000100010100011110100101100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,123,80); }

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

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

 a { background-color: rgb(102,123,80); }

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

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

 span { border-color: rgb(102,123,80); }

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