Html Css Color HEX #516F65 Dark Green Copper

📋 copy color: '#516F65'

red 81 ◦ green 111 ◦ blue 101

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

Shades of Dark Green Copper #516F65

Tints of Dark Green Copper #516F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

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

R = 27.65%
G = 37.88%
B = 34.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#516F65 (or 0x516F65) is known color: Dark Green Copper. HEX triplet: 51, 6F and 65. RGB value is (81,111,101). Sum of RGB (Red+Green+Blue) = 81+111+101=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #516F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F65 is #AE909A. Grayscale: #646464. Windows color (decimal): -11440283 or 6647633. OLE color: 6647633.

HSL color Cylindrical-coordinate representation of color #516F65: hue angle of 160º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #516F65 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 101 -
CMYK 0.27 0 0.09 0.56
HSL 160º 0.16% 0.38% -
HSV(B) 160º 0.27% 0.44% -
XYZ 11.43 14.06 14.42 -
YUV 100.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 81 111 101 0.27 0 0.09 0.56 160 0.16 0.38
Hex 51 6F 65 1B 0 9 38 A0 10 26
Octal 121 157 145 33 0 11 70 240 20 46
Binary 1010001 1101111 1100101 11011 0 1001 111000 10100000 10000 100110

Color Harmonies of #516F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F65

Black with #516F65

Text Example


Text Example

White with #516F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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