Html Css Color HEX #507066 Dark Green Copper

📋 copy color: '#507066'

red 80 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #507066

Tints of Dark Green Copper #507066

RGB

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

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

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

R = 27.21%
G = 38.1%
B = 34.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#507066 (or 0x507066) is known color: Dark Green Copper. HEX triplet: 50, 70 and 66. RGB value is (80,112,102). Sum of RGB (Red+Green+Blue) = 80+112+102=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #507066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507066 is #AF8F99. Grayscale: #656565. Windows color (decimal): -11505562 or 6713424. OLE color: 6713424.

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

Color convert

RGB 80 112 102 -
CMYK 0.29 0 0.09 0.56
HSL 161.25º 0.17% 0.38% -
HSV(B) 161.25º 0.29% 0.44% -
XYZ 11.5 14.25 14.72 -
YUV 101.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 80 112 102 0.29 0 0.09 0.56 161.25 0.17 0.38
Hex 50 70 66 1D 0 9 38 A1 11 26
Octal 120 160 146 35 0 11 70 241 21 46
Binary 1010000 1110000 1100110 11101 0 1001 111000 10100001 10001 100110

Color Harmonies of #507066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507066

Black with #507066

Text Example


Text Example

White with #507066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507066; }

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

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

background-color css

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

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

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

border-color css

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

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

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