#507069

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

Shades of Dark Green Copper #507069

Tints of Dark Green Copper #507069

Color information

#507069 (or 0x507069) is unknown color: approx Dark Green Copper. HEX triplet: 50, 70 and 69. RGB value is (80,112,105). Sum of RGB (Red+Green+Blue) = 80+112+105=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #507069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507069 is #AF8F96. Grayscale: #656565. Windows color (decimal): -11505559 or 6910032. OLE color: 6910032.

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

Color convert

RGB80112105-
CMYK0.2900.060.56
HSL166.88º16.67%37.65%-
HSV(B)166.88º28.57%43.92%-
XYZ11.6514.3115.51-
YUV101.63129.9112.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=26.94%
G=37.71%
B=35.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal801121050.2900.060.56166.8816.6737.65
Hex5070691D0638a71126
Octal1201601513506702472146
Binary1010000111000011010011110101101110001010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507069; }

 p { color: rgb(80,112,105); }

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

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

 a { background-color: rgb(80,112,105); }

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

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

 span { border-color: rgb(80,112,105); }

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