#677A50

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

Shades of Dingley #677A50

Tints of Dingley #677A50

Color information

#677A50 (or 0x677A50) is unknown color: approx Dingley. HEX triplet: 67, 7A and 50. RGB value is (103,122,80). Sum of RGB (Red+Green+Blue) = 103+122+80=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #677A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677A50 is #9885AF. Grayscale: #6F6F6F. Windows color (decimal): -9995696 or 5274215. OLE color: 5274215.

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

Color convert

RGB10312280-
CMYK0.1600.340.52
HSL87.14º20.79%39.61%-
HSV(B)87.14º34.43%47.84%-
XYZ1417.3810.21-
YUV111.53110.21121.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.77%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=33.77%
G=40%
B=26.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal103122800.1600.340.5287.1420.7939.61
Hex677A501002234571528
Octal14717212020042641272550
Binary110011111110101010000100000100010110100101011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677A50; }

 p { color: rgb(103,122,80); }

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

<style>
 a { background-color: #677A50; }

 a { background-color: rgb(103,122,80); }

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

<style>
 span { border-color: #677A50; }

 span { border-color: rgb(103,122,80); }

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