Html Css Color HEX #517669 Dark Green Copper

📋 copy color: '#517669'

red 81 ◦ green 118 ◦ blue 105

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

Shades of Dark Green Copper #517669

Tints of Dark Green Copper #517669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 26.64%
G = 38.82%
B = 34.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#517669 (or 0x517669) is known color: Dark Green Copper. HEX triplet: 51, 76 and 69. RGB value is (81,118,105). Sum of RGB (Red+Green+Blue) = 81+118+105=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #517669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517669 is #AE8996. Grayscale: #696969. Windows color (decimal): -11438487 or 6911569. OLE color: 6911569.

HSL color Cylindrical-coordinate representation of color #517669: hue angle of 158.92º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517669 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 118 105 -
CMYK 0.31 0 0.11 0.54
HSL 158.92º 0.19% 0.39% -
HSV(B) 158.92º 0.31% 0.46% -
XYZ 12.42 15.73 15.75 -
YUV 105.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 81 118 105 0.31 0 0.11 0.54 158.92 0.19 0.39
Hex 51 76 69 1F 0 B 36 9F 13 27
Octal 121 166 151 37 0 13 66 237 23 47
Binary 1010001 1110110 1101001 11111 0 1011 110110 10011111 10011 100111

Color Harmonies of #517669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517669

Black with #517669

Text Example


Text Example

White with #517669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517669; }

 p { color: rgb(81,118,105); }

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

background-color css

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

 a { background-color: rgb(81,118,105); }

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

border-color css

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

 span { border-color: rgb(81,118,105); }

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