#517068

Color #517068 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #517068

Tints of Dark Green Copper #517068

Color information

#517068 (or 0x517068) is unknown color: approx Dark Green Copper. HEX triplet: 51, 70 and 68. RGB value is (81,112,104). Sum of RGB (Red+Green+Blue) = 81+112+104=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #517068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517068 is #AE8F97. Grayscale: #656565. Windows color (decimal): -11440024 or 6844497. OLE color: 6844497.

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

Color convert

RGB81112104-
CMYK0.2800.070.56
HSL164.52º16.06%37.84%-
HSV(B)164.52º27.68%43.92%-
XYZ11.6914.3415.25-
YUV101.82129.23113.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=27.27%
G=37.71%
B=35.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal811121040.2800.070.56164.5216.0637.84
Hex5170681C0738a51026
Octal1211601503407702452046
Binary1010001111000011010001110001111110001010010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517068; }

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

 H1.HeaderClassName
 {
   color: #517068;
 }
 .AnyTagClassName
 {
   color: #517068;
 }
</style>
background-color css

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

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

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

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

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

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