Html Css Color HEX #4E766E Dark Green Copper

📋 copy color: '#4E766E'

red 78 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #4E766E

Tints of Dark Green Copper #4E766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 25.49%
G = 38.56%
B = 35.95%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#4E766E (or 0x4E766E) is known color: Dark Green Copper. HEX triplet: 4E, 76 and 6E. RGB value is (78,118,110). Sum of RGB (Red+Green+Blue) = 78+118+110=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766E is #B18991. Grayscale: #696969. Windows color (decimal): -11635090 or 7239246. OLE color: 7239246.

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

Color convert

RGB 78 118 110 -
CMYK 0.34 0 0.07 0.54
HSL 168º 0.2% 0.38% -
HSV(B) 168º 0.34% 0.46% -
XYZ 12.43 15.7 17.13 -
YUV 105.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 78 118 110 0.34 0 0.07 0.54 168 0.2 0.38
Hex 4E 76 6E 22 0 7 36 A8 14 26
Octal 116 166 156 42 0 7 66 250 24 46
Binary 1001110 1110110 1101110 100010 0 111 110110 10101000 10100 100110

Color Harmonies of #4E766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E766E

Black with #4E766E

Text Example


Text Example

White with #4E766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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