Html Css Color HEX #507C6F Dark Green Copper

📋 copy color: '#507C6F'

red 80 ◦ green 124 ◦ blue 111

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

Shades of Dark Green Copper #507C6F

Tints of Dark Green Copper #507C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 25.4%
G = 39.37%
B = 35.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#507C6F (or 0x507C6F) is known color: Dark Green Copper. HEX triplet: 50, 7C and 6F. RGB value is (80,124,111). Sum of RGB (Red+Green+Blue) = 80+124+111=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #507C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C6F is #AF8390. Grayscale: #6D6D6D. Windows color (decimal): -11502481 or 7306320. OLE color: 7306320.

HSL color Cylindrical-coordinate representation of color #507C6F: hue angle of 162.27º 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 #507C6F is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 111 -
CMYK 0.35 0 0.10 0.51
HSL 162.27º 0.22% 0.4% -
HSV(B) 162.27º 0.35% 0.49% -
XYZ 13.39 17.27 17.67 -
YUV 109.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 80 124 111 0.35 0 0.10 0.51 162.27 0.22 0.4
Hex 50 7C 6F 23 0 A 33 A2 16 28
Octal 120 174 157 43 0 12 63 242 26 50
Binary 1010000 1111100 1101111 100011 0 1010 110011 10100010 10110 101000

Color Harmonies of #507C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C6F

Black with #507C6F

Text Example


Text Example

White with #507C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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