Html Css Color HEX #4E7770 Dark Green Copper

📋 copy color: '#4E7770'

red 78 ◦ green 119 ◦ blue 112

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

Shades of Dark Green Copper #4E7770

Tints of Dark Green Copper #4E7770

RGB

 RED value IS 78 (30.86% from 255) = 25.24%

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 25.24%
G = 38.51%
B = 36.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#4E7770 (or 0x4E7770) is known color: Dark Green Copper. HEX triplet: 4E, 77 and 70. RGB value is (78,119,112). Sum of RGB (Red+Green+Blue) = 78+119+112=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #4E7770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7770 is #B1888F. Grayscale: #696969. Windows color (decimal): -11634832 or 7370574. OLE color: 7370574.

HSL color Cylindrical-coordinate representation of color #4E7770: hue angle of 169.76º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E7770 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 119 112 -
CMYK 0.34 0 0.06 0.53
HSL 169.76º 0.21% 0.39% -
HSV(B) 169.76º 0.34% 0.47% -
XYZ 12.66 15.98 17.75 -
YUV 105.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 78 119 112 0.34 0 0.06 0.53 169.76 0.21 0.39
Hex 4E 77 70 22 0 6 35 AA 15 27
Octal 116 167 160 42 0 6 65 252 25 47
Binary 1001110 1110111 1110000 100010 0 110 110101 10101010 10101 100111

Color Harmonies of #4E7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7770

Black with #4E7770

Text Example


Text Example

White with #4E7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E7770; }

 p { color: rgb(78,119,112); }

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

background-color css

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

 a { background-color: rgb(78,119,112); }

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

border-color css

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

 span { border-color: rgb(78,119,112); }

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