Html Css Color HEX #517067 Dark Green Copper

📋 copy color: '#517067'

red 81 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #517067

Tints of Dark Green Copper #517067

RGB

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

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

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

R = 27.36%
G = 37.84%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#517067 (or 0x517067) is known color: Dark Green Copper. HEX triplet: 51, 70 and 67. RGB value is (81,112,103). Sum of RGB (Red+Green+Blue) = 81+112+103=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #517067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517067 is #AE8F98. Grayscale: #656565. Windows color (decimal): -11440025 or 6778961. OLE color: 6778961.

HSL color Cylindrical-coordinate representation of color #517067: hue angle of 162.58º 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 #517067 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 103 -
CMYK 0.28 0 0.08 0.56
HSL 162.58º 0.16% 0.38% -
HSV(B) 162.58º 0.28% 0.44% -
XYZ 11.64 14.32 14.98 -
YUV 101.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 81 112 103 0.28 0 0.08 0.56 162.58 0.16 0.38
Hex 51 70 67 1C 0 8 38 A3 10 26
Octal 121 160 147 34 0 10 70 243 20 46
Binary 1010001 1110000 1100111 11100 0 1000 111000 10100011 10000 100110

Color Harmonies of #517067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517067

Black with #517067

Text Example


Text Example

White with #517067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517067; }

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

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

background-color css

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

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

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

border-color css

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

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

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