Html Css Color HEX #4E766F Dark Green Copper

📋 copy color: '#4E766F'

red 78 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #4E766F

Tints of Dark Green Copper #4E766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.16%

R = 25.41%
G = 38.44%
B = 36.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#4E766F (or 0x4E766F) is known color: Dark Green Copper. HEX triplet: 4E, 76 and 6F. RGB value is (78,118,111). Sum of RGB (Red+Green+Blue) = 78+118+111=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #4E766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E766F is #B18990. Grayscale: #696969. Windows color (decimal): -11635089 or 7304782. OLE color: 7304782.

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

Color convert

RGB 78 118 111 -
CMYK 0.34 0 0.06 0.54
HSL 169.5º 0.2% 0.38% -
HSV(B) 169.5º 0.34% 0.46% -
XYZ 12.49 15.72 17.42 -
YUV 105.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 78 118 111 0.34 0 0.06 0.54 169.5 0.2 0.38
Hex 4E 76 6F 22 0 6 36 AA 14 26
Octal 116 166 157 42 0 6 66 252 24 46
Binary 1001110 1110110 1101111 100010 0 110 110110 10101010 10100 100110

Color Harmonies of #4E766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E766F

Black with #4E766F

Text Example


Text Example

White with #4E766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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