Html Css Color HEX #507065 Dark Green Copper

📋 copy color: '#507065'

red 80 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #507065

Tints of Dark Green Copper #507065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

 BLUE value IS 101 (39.84% from 255) = 34.47%

R = 27.3%
G = 38.23%
B = 34.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#507065 (or 0x507065) is known color: Dark Green Copper. HEX triplet: 50, 70 and 65. RGB value is (80,112,101). Sum of RGB (Red+Green+Blue) = 80+112+101=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #507065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507065 is #AF8F9A. Grayscale: #656565. Windows color (decimal): -11505563 or 6647888. OLE color: 6647888.

HSL color Cylindrical-coordinate representation of color #507065: hue angle of 159.38º 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 #507065 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 101 -
CMYK 0.29 0 0.10 0.56
HSL 159.38º 0.17% 0.38% -
HSV(B) 159.38º 0.29% 0.44% -
XYZ 11.45 14.23 14.46 -
YUV 101.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 80 112 101 0.29 0 0.10 0.56 159.38 0.17 0.38
Hex 50 70 65 1D 0 A 38 9F 11 26
Octal 120 160 145 35 0 12 70 237 21 46
Binary 1010000 1110000 1100101 11101 0 1010 111000 10011111 10001 100110

Color Harmonies of #507065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507065

Black with #507065

Text Example


Text Example

White with #507065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507065; }

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

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

background-color css

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

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

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

border-color css

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

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

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