Html Css Color HEX #517066 Dark Green Copper

📋 copy color: '#517066'

red 81 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #517066

Tints of Dark Green Copper #517066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 102 (40.23% from 255) = 34.58%

R = 27.46%
G = 37.97%
B = 34.58%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#517066 (or 0x517066) is known color: Dark Green Copper. HEX triplet: 51, 70 and 66. RGB value is (81,112,102). Sum of RGB (Red+Green+Blue) = 81+112+102=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #517066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517066 is #AE8F99. Grayscale: #656565. Windows color (decimal): -11440026 or 6713425. OLE color: 6713425.

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

Color convert

RGB 81 112 102 -
CMYK 0.28 0 0.09 0.56
HSL 160.65º 0.16% 0.38% -
HSV(B) 160.65º 0.28% 0.44% -
XYZ 11.59 14.3 14.72 -
YUV 101.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 81 112 102 0.28 0 0.09 0.56 160.65 0.16 0.38
Hex 51 70 66 1C 0 9 38 A1 10 26
Octal 121 160 146 34 0 11 70 241 20 46
Binary 1010001 1110000 1100110 11100 0 1001 111000 10100001 10000 100110

Color Harmonies of #517066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517066

Black with #517066

Text Example


Text Example

White with #517066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517066; }

 p { color: rgb(81,112,102); }

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

background-color css

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

 a { background-color: rgb(81,112,102); }

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

border-color css

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

 span { border-color: rgb(81,112,102); }

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