Html Css Color HEX #507769 Dark Green Copper

📋 copy color: '#507769'

red 80 ◦ green 119 ◦ blue 105

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

Shades of Dark Green Copper #507769

Tints of Dark Green Copper #507769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 26.32%
G = 39.14%
B = 34.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#507769 (or 0x507769) is known color: Dark Green Copper. HEX triplet: 50, 77 and 69. RGB value is (80,119,105). Sum of RGB (Red+Green+Blue) = 80+119+105=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #507769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507769 is #AF8896. Grayscale: #696969. Windows color (decimal): -11503767 or 6911824. OLE color: 6911824.

HSL color Cylindrical-coordinate representation of color #507769: hue angle of 158.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507769 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 105 -
CMYK 0.33 0 0.12 0.53
HSL 158.46º 0.2% 0.39% -
HSV(B) 158.46º 0.33% 0.47% -
XYZ 12.45 15.92 15.78 -
YUV 105.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 80 119 105 0.33 0 0.12 0.53 158.46 0.2 0.39
Hex 50 77 69 21 0 C 35 9E 14 27
Octal 120 167 151 41 0 14 65 236 24 47
Binary 1010000 1110111 1101001 100001 0 1100 110101 10011110 10100 100111

Color Harmonies of #507769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507769

Black with #507769

Text Example


Text Example

White with #507769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507769; }

 p { color: rgb(80,119,105); }

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

background-color css

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

 a { background-color: rgb(80,119,105); }

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

border-color css

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

 span { border-color: rgb(80,119,105); }

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