Html Css Color HEX #516E65 Dark Green Copper

📋 copy color: '#516E65'

red 81 ◦ green 110 ◦ blue 101

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

Shades of Dark Green Copper #516E65

Tints of Dark Green Copper #516E65

RGB

 RED value IS 81 (32.03% from 255) = 27.74%

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 27.74%
G = 37.67%
B = 34.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#516E65 (or 0x516E65) is known color: Dark Green Copper. HEX triplet: 51, 6E and 65. RGB value is (81,110,101). Sum of RGB (Red+Green+Blue) = 81+110+101=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 110 - color contains mainly: green. Hex color #516E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516E65 is #AE919A. Grayscale: #646464. Windows color (decimal): -11440539 or 6647377. OLE color: 6647377.

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

Color convert

RGB 81 110 101 -
CMYK 0.26 0 0.08 0.57
HSL 161.38º 0.15% 0.37% -
HSV(B) 161.38º 0.26% 0.43% -
XYZ 11.32 13.84 14.39 -
YUV 100.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 81 110 101 0.26 0 0.08 0.57 161.38 0.15 0.37
Hex 51 6E 65 1A 0 8 39 A1 F 25
Octal 121 156 145 32 0 10 71 241 17 45
Binary 1010001 1101110 1100101 11010 0 1000 111001 10100001 1111 100101

Color Harmonies of #516E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516E65

Black with #516E65

Text Example


Text Example

White with #516E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516E65;
 }
 .AnyTagClassName
 {
   color: #516E65;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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