#516D66

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

Shades of Dark Green Copper #516D66

Tints of Dark Green Copper #516D66

Color information

#516D66 (or 0x516D66) is unknown color: approx Dark Green Copper. HEX triplet: 51, 6D and 66. RGB value is (81,109,102). Sum of RGB (Red+Green+Blue) = 81+109+102=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #516D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D66 is #AE9299. Grayscale: #636363. Windows color (decimal): -11440794 or 6712657. OLE color: 6712657.

HSL color Cylindrical-coordinate representation of color #516D66: hue angle of 165º 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 #516D66 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB81109102-
CMYK0.2600.060.57
HSL165º14.74%37.25%-
HSV(B)165º25.69%42.75%-
XYZ11.2613.6514.61-
YUV99.83129.22114.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=27.74%
G=37.33%
B=34.93%

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
Decimal811091020.2600.060.5716514.7437.25
Hex516D661A0639a5f25
Octal1211551463206712451745
Binary101000111011011100110110100110111001101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,109,102); }

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

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

 a { background-color: rgb(81,109,102); }

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

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

 span { border-color: rgb(81,109,102); }

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