Html Css Color HEX #4E7769 Dark Green Copper

📋 copy color: '#4E7769'

red 78 ◦ green 119 ◦ blue 105

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

Shades of Dark Green Copper #4E7769

Tints of Dark Green Copper #4E7769

RGB

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

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

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

R = 25.83%
G = 39.4%
B = 34.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#4E7769 (or 0x4E7769) is known color: Dark Green Copper. HEX triplet: 4E, 77 and 69. RGB value is (78,119,105). Sum of RGB (Red+Green+Blue) = 78+119+105=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4E7769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7769 is #B18896. Grayscale: #696969. Windows color (decimal): -11634839 or 6911822. OLE color: 6911822.

HSL color Cylindrical-coordinate representation of color #4E7769: hue angle of 159.51º 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 #4E7769 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 119 105 -
CMYK 0.34 0 0.12 0.53
HSL 159.51º 0.21% 0.39% -
HSV(B) 159.51º 0.34% 0.47% -
XYZ 12.29 15.83 15.77 -
YUV 105.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 78 119 105 0.34 0 0.12 0.53 159.51 0.21 0.39
Hex 4E 77 69 22 0 C 35 A0 15 27
Octal 116 167 151 42 0 14 65 240 25 47
Binary 1001110 1110111 1101001 100010 0 1100 110101 10100000 10101 100111

Color Harmonies of #4E7769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7769

Black with #4E7769

Text Example


Text Example

White with #4E7769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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