Html Css Color HEX #506F65 Dark Green Copper

📋 copy color: '#506F65'

red 80 ◦ green 111 ◦ blue 101

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

Shades of Dark Green Copper #506F65

Tints of Dark Green Copper #506F65

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.01%

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

R = 27.4%
G = 38.01%
B = 34.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#506F65 (or 0x506F65) is known color: Dark Green Copper. HEX triplet: 50, 6F and 65. RGB value is (80,111,101). Sum of RGB (Red+Green+Blue) = 80+111+101=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #506F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F65 is #AF909A. Grayscale: #646464. Windows color (decimal): -11505819 or 6647632. OLE color: 6647632.

HSL color Cylindrical-coordinate representation of color #506F65: hue angle of 160.65º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F65 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 101 -
CMYK 0.28 0 0.09 0.56
HSL 160.65º 0.16% 0.37% -
HSV(B) 160.65º 0.28% 0.44% -
XYZ 11.34 14.01 14.42 -
YUV 100.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 80 111 101 0.28 0 0.09 0.56 160.65 0.16 0.37
Hex 50 6F 65 1C 0 9 38 A1 10 25
Octal 120 157 145 34 0 11 70 241 20 45
Binary 1010000 1101111 1100101 11100 0 1001 111000 10100001 10000 100101

Color Harmonies of #506F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F65

Black with #506F65

Text Example


Text Example

White with #506F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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