Html Css Color HEX #507069 Dark Green Copper

📋 copy color: '#507069'

red 80 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #507069

Tints of Dark Green Copper #507069

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

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 80 112 105 -
CMYK 0.29 0 0.06 0.56
HSL 166.88º 0.17% 0.38% -
HSV(B) 166.88º 0.29% 0.44% -
XYZ 11.65 14.31 15.51 -
YUV 101.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 80 112 105 0.29 0 0.06 0.56 166.88 0.17 0.38
Hex 50 70 69 1D 0 6 38 A7 11 26
Octal 120 160 151 35 0 6 70 247 21 46
Binary 1010000 1110000 1101001 11101 0 110 111000 10100111 10001 100110

Color Harmonies of #507069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507069

Black with #507069

Text Example


Text Example

White with #507069

Text Example


Text Example

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