Html Css Color HEX #506F66 Dark Green Copper

📋 copy color: '#506F66'

red 80 ◦ green 111 ◦ blue 102

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

Shades of Dark Green Copper #506F66

Tints of Dark Green Copper #506F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 27.3%
G = 37.88%
B = 34.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#506F66 (or 0x506F66) is known color: Dark Green Copper. HEX triplet: 50, 6F and 66. RGB value is (80,111,102). Sum of RGB (Red+Green+Blue) = 80+111+102=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #506F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F66 is #AF9099. Grayscale: #646464. Windows color (decimal): -11505818 or 6713168. OLE color: 6713168.

HSL color Cylindrical-coordinate representation of color #506F66: hue angle of 162.58º 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 #506F66 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 111 102 -
CMYK 0.28 0 0.08 0.56
HSL 162.58º 0.16% 0.37% -
HSV(B) 162.58º 0.28% 0.44% -
XYZ 11.39 14.03 14.68 -
YUV 100.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 80 111 102 0.28 0 0.08 0.56 162.58 0.16 0.37
Hex 50 6F 66 1C 0 8 38 A3 10 25
Octal 120 157 146 34 0 10 70 243 20 45
Binary 1010000 1101111 1100110 11100 0 1000 111000 10100011 10000 100101

Color Harmonies of #506F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506F66

Black with #506F66

Text Example


Text Example

White with #506F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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