Html Css Color HEX #507C6E Dark Green Copper

📋 copy color: '#507C6E'

red 80 ◦ green 124 ◦ blue 110

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

Shades of Dark Green Copper #507C6E

Tints of Dark Green Copper #507C6E

RGB

 RED value IS 80 (31.64% from 255) = 25.48%

 GREEN value IS 124 (48.83% from 255) = 39.49%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 25.48%
G = 39.49%
B = 35.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#507C6E (or 0x507C6E) is known color: Dark Green Copper. HEX triplet: 50, 7C and 6E. RGB value is (80,124,110). Sum of RGB (Red+Green+Blue) = 80+124+110=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #507C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C6E is #AF8391. Grayscale: #6D6D6D. Windows color (decimal): -11502482 or 7240784. OLE color: 7240784.

HSL color Cylindrical-coordinate representation of color #507C6E: hue angle of 160.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C6E is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 110 -
CMYK 0.35 0 0.11 0.51
HSL 160.91º 0.22% 0.4% -
HSV(B) 160.91º 0.35% 0.49% -
XYZ 13.33 17.25 17.38 -
YUV 109.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 80 124 110 0.35 0 0.11 0.51 160.91 0.22 0.4
Hex 50 7C 6E 23 0 B 33 A1 16 28
Octal 120 174 156 43 0 13 63 241 26 50
Binary 1010000 1111100 1101110 100011 0 1011 110011 10100001 10110 101000

Color Harmonies of #507C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C6E

Black with #507C6E

Text Example


Text Example

White with #507C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C6E; }

 p { color: rgb(80,124,110); }

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

background-color css

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

 a { background-color: rgb(80,124,110); }

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

border-color css

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

 span { border-color: rgb(80,124,110); }

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