Html Css Color HEX #517B6E Dark Green Copper

📋 copy color: '#517B6E'

red 81 ◦ green 123 ◦ blue 110

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

Shades of Dark Green Copper #517B6E

Tints of Dark Green Copper #517B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.17%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 25.8%
G = 39.17%
B = 35.03%

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

#517B6E (or 0x517B6E) is known color: Dark Green Copper. HEX triplet: 51, 7B and 6E. RGB value is (81,123,110). Sum of RGB (Red+Green+Blue) = 81+123+110=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #517B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517B6E is #AE8491. Grayscale: #6C6C6C. Windows color (decimal): -11437202 or 7240529. OLE color: 7240529.

HSL color Cylindrical-coordinate representation of color #517B6E: hue angle of 161.43º degrees, saturation: 0.21, 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 #517B6E is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 123 110 -
CMYK 0.34 0 0.11 0.52
HSL 161.43º 0.21% 0.4% -
HSV(B) 161.43º 0.34% 0.48% -
XYZ 13.29 17.04 17.34 -
YUV 108.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 81 123 110 0.34 0 0.11 0.52 161.43 0.21 0.4
Hex 51 7B 6E 22 0 B 34 A1 15 28
Octal 121 173 156 42 0 13 64 241 25 50
Binary 1010001 1111011 1101110 100010 0 1011 110100 10100001 10101 101000

Color Harmonies of #517B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B6E

Black with #517B6E

Text Example


Text Example

White with #517B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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