Html Css Color HEX #517068 Dark Green Copper

📋 copy color: '#517068'

red 81 ◦ green 112 ◦ blue 104

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

Shades of Dark Green Copper #517068

Tints of Dark Green Copper #517068

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 value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#517068 (or 0x517068) is known color: 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

RGB 81 112 104 -
CMYK 0.28 0 0.07 0.56
HSL 164.52º 0.16% 0.38% -
HSV(B) 164.52º 0.28% 0.44% -
XYZ 11.69 14.34 15.25 -
YUV 101.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 81 112 104 0.28 0 0.07 0.56 164.52 0.16 0.38
Hex 51 70 68 1C 0 7 38 A5 10 26
Octal 121 160 150 34 0 7 70 245 20 46
Binary 1010001 1110000 1101000 11100 0 111 111000 10100101 10000 100110

Color Harmonies of #517068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517068

Black with #517068

Text Example


Text Example

White with #517068

Text Example


Text Example

HTML Codes & Css Web 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>