Html Css Color HEX #517A6D Dark Green Copper

📋 copy color: '#517A6D'

red 81 ◦ green 122 ◦ blue 109

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

Shades of Dark Green Copper #517A6D

Tints of Dark Green Copper #517A6D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 25.96%
G = 39.1%
B = 34.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#517A6D (or 0x517A6D) is known color: Dark Green Copper. HEX triplet: 51, 7A and 6D. RGB value is (81,122,109). Sum of RGB (Red+Green+Blue) = 81+122+109=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 122 - color contains mainly: green. Hex color #517A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A6D is #AE8592. Grayscale: #6C6C6C. Windows color (decimal): -11437459 or 7174737. OLE color: 7174737.

HSL color Cylindrical-coordinate representation of color #517A6D: hue angle of 160.98º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A6D is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 122 109 -
CMYK 0.34 0 0.11 0.52
HSL 160.98º 0.2% 0.4% -
HSV(B) 160.98º 0.34% 0.48% -
XYZ 13.11 16.77 17.01 -
YUV 108.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 81 122 109 0.34 0 0.11 0.52 160.98 0.2 0.4
Hex 51 7A 6D 22 0 B 34 A1 14 28
Octal 121 172 155 42 0 13 64 241 24 50
Binary 1010001 1111010 1101101 100010 0 1011 110100 10100001 10100 101000

Color Harmonies of #517A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A6D

Black with #517A6D

Text Example


Text Example

White with #517A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517A6D; }

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

 H1.HeaderClassName
 {
   color: #517A6D;
 }
 .AnyTagClassName
 {
   color: #517A6D;
 }
</style>

background-color css

<style>
 a { background-color: #517A6D; }

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

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

border-color css

<style>
 span { border-color: #517A6D; }

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

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