Html Css Color HEX #4D766E Dark Green Copper

📋 copy color: '#4D766E'

red 77 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #4D766E

Tints of Dark Green Copper #4D766E

RGB

 RED value IS 77 (30.47% from 255) = 25.25%

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

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

R = 25.25%
G = 38.69%
B = 36.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#4D766E (or 0x4D766E) is known color: Dark Green Copper. HEX triplet: 4D, 76 and 6E. RGB value is (77,118,110). Sum of RGB (Red+Green+Blue) = 77+118+110=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #4D766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D766E is #B28991. Grayscale: #686868. Windows color (decimal): -11700626 or 7239245. OLE color: 7239245.

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

Color convert

RGB 77 118 110 -
CMYK 0.35 0 0.07 0.54
HSL 168.29º 0.21% 0.38% -
HSV(B) 168.29º 0.35% 0.46% -
XYZ 12.35 15.66 17.12 -
YUV 104.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 77 118 110 0.35 0 0.07 0.54 168.29 0.21 0.38
Hex 4D 76 6E 23 0 7 36 A8 15 26
Octal 115 166 156 43 0 7 66 250 25 46
Binary 1001101 1110110 1101110 100011 0 111 110110 10101000 10101 100110

Color Harmonies of #4D766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D766E

Black with #4D766E

Text Example


Text Example

White with #4D766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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