Html Css Color HEX #4E766A Dark Green Copper

📋 copy color: '#4E766A'

red 78 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #4E766A

Tints of Dark Green Copper #4E766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

 BLUE value IS 106 (41.8% from 255) = 35.1%

R = 25.83%
G = 39.07%
B = 35.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#4E766A (or 0x4E766A) is known color: Dark Green Copper. HEX triplet: 4E, 76 and 6A. RGB value is (78,118,106). Sum of RGB (Red+Green+Blue) = 78+118+106=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766A is #B18995. Grayscale: #686868. Windows color (decimal): -11635094 or 6977102. OLE color: 6977102.

HSL color Cylindrical-coordinate representation of color #4E766A: hue angle of 162º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4E766A is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 118 106 -
CMYK 0.34 0 0.10 0.54
HSL 162º 0.2% 0.38% -
HSV(B) 162º 0.34% 0.46% -
XYZ 12.22 15.62 16.01 -
YUV 104.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 78 118 106 0.34 0 0.10 0.54 162 0.2 0.38
Hex 4E 76 6A 22 0 A 36 A2 14 26
Octal 116 166 152 42 0 12 66 242 24 46
Binary 1001110 1110110 1101010 100010 0 1010 110110 10100010 10100 100110

Color Harmonies of #4E766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E766A

Black with #4E766A

Text Example


Text Example

White with #4E766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,118,106); }

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

background-color css

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

 a { background-color: rgb(78,118,106); }

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

border-color css

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

 span { border-color: rgb(78,118,106); }

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