Html Css Color HEX #516D66 Dark Green Copper

📋 copy color: '#516D66'

red 81 ◦ green 109 ◦ blue 102

#516D66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #516D66

Tints of Dark Green Copper #516D66

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 value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#516D66 (or 0x516D66) is known color: 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

RGB 81 109 102 -
CMYK 0.26 0 0.06 0.57
HSL 165º 0.15% 0.37% -
HSV(B) 165º 0.26% 0.43% -
XYZ 11.26 13.65 14.61 -
YUV 99.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 81 109 102 0.26 0 0.06 0.57 165 0.15 0.37
Hex 51 6D 66 1A 0 6 39 A5 F 25
Octal 121 155 146 32 0 6 71 245 17 45
Binary 1010001 1101101 1100110 11010 0 110 111001 10100101 1111 100101

Color Harmonies of #516D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516D66

Black with #516D66

Text Example


Text Example

White with #516D66

Text Example


Text Example

HTML Codes & Css Web 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>