Html Css Color HEX #507067 Dark Green Copper

📋 copy color: '#507067'

red 80 ◦ green 112 ◦ blue 103

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

Shades of Dark Green Copper #507067

Tints of Dark Green Copper #507067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 27.12%
G = 37.97%
B = 34.92%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#507067 (or 0x507067) is known color: Dark Green Copper. HEX triplet: 50, 70 and 67. RGB value is (80,112,103). Sum of RGB (Red+Green+Blue) = 80+112+103=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #507067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507067 is #AF8F98. Grayscale: #656565. Windows color (decimal): -11505561 or 6778960. OLE color: 6778960.

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

Color convert

RGB 80 112 103 -
CMYK 0.29 0 0.08 0.56
HSL 163.13º 0.17% 0.38% -
HSV(B) 163.13º 0.29% 0.44% -
XYZ 11.55 14.27 14.98 -
YUV 101.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 80 112 103 0.29 0 0.08 0.56 163.13 0.17 0.38
Hex 50 70 67 1D 0 8 38 A3 11 26
Octal 120 160 147 35 0 10 70 243 21 46
Binary 1010000 1110000 1100111 11101 0 1000 111000 10100011 10001 100110

Color Harmonies of #507067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507067

Black with #507067

Text Example


Text Example

White with #507067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507067; }

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

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

background-color css

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

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

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

border-color css

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

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

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