Html Css Color HEX #516F67 Dark Green Copper

📋 copy color: '#516F67'

red 81 ◦ green 111 ◦ blue 103

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

Shades of Dark Green Copper #516F67

Tints of Dark Green Copper #516F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 27.46%
G = 37.63%
B = 34.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#516F67 (or 0x516F67) is known color: Dark Green Copper. HEX triplet: 51, 6F and 67. RGB value is (81,111,103). Sum of RGB (Red+Green+Blue) = 81+111+103=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #516F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F67 is #AE9098. Grayscale: #656565. Windows color (decimal): -11440281 or 6778705. OLE color: 6778705.

HSL color Cylindrical-coordinate representation of color #516F67: hue angle of 164º 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 #516F67 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 111 103 -
CMYK 0.27 0 0.07 0.56
HSL 164º 0.16% 0.38% -
HSV(B) 164º 0.27% 0.44% -
XYZ 11.53 14.1 14.95 -
YUV 101.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 81 111 103 0.27 0 0.07 0.56 164 0.16 0.38
Hex 51 6F 67 1B 0 7 38 A4 10 26
Octal 121 157 147 33 0 7 70 244 20 46
Binary 1010001 1101111 1100111 11011 0 111 111000 10100100 10000 100110

Color Harmonies of #516F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516F67

Black with #516F67

Text Example


Text Example

White with #516F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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