#516E67

Color #516E67 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #516E67

Tints of Dark Green Copper #516E67

Color information

#516E67 (or 0x516E67) is unknown color: approx Dark Green Copper. HEX triplet: 51, 6E and 67. RGB value is (81,110,103). Sum of RGB (Red+Green+Blue) = 81+110+103=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 110 - color contains mainly: green. Hex color #516E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E67 is #AE9198. Grayscale: #646464. Windows color (decimal): -11440537 or 6778449. OLE color: 6778449.

HSL color Cylindrical-coordinate representation of color #516E67: hue angle of 165.52º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516E67 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB81110103-
CMYK0.2600.060.57
HSL165.52º15.18%37.45%-
HSV(B)165.52º26.36%43.14%-
XYZ11.4213.8814.91-
YUV100.53129.39114.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=27.55%
G=37.41%
B=35.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal811101030.2600.060.57165.5215.1837.45
Hex516E671A0639a6f25
Octal1211561473206712461745
Binary101000111011101100111110100110111001101001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E67; }

 p { color: rgb(81,110,103); }

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

<style>
 a { background-color: #516E67; }

 a { background-color: rgb(81,110,103); }

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

<style>
 span { border-color: #516E67; }

 span { border-color: rgb(81,110,103); }

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