Html Css Color HEX #4C766D Dark Green Copper

📋 copy color: '#4C766D'

red 76 ◦ green 118 ◦ blue 109

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

Shades of Dark Green Copper #4C766D

Tints of Dark Green Copper #4C766D

RGB

 RED value IS 76 (30.08% from 255) = 25.08%

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

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 25.08%
G = 38.94%
B = 35.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#4C766D (or 0x4C766D) is known color: Dark Green Copper. HEX triplet: 4C, 76 and 6D. RGB value is (76,118,109). Sum of RGB (Red+Green+Blue) = 76+118+109=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #4C766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C766D is #B38992. Grayscale: #686868. Windows color (decimal): -11766163 or 7173708. OLE color: 7173708.

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

Color convert

RGB 76 118 109 -
CMYK 0.36 0 0.08 0.54
HSL 167.14º 0.22% 0.38% -
HSV(B) 167.14º 0.36% 0.46% -
XYZ 12.22 15.6 16.83 -
YUV 104.42 130.59 107.73 -
System Red Green Blue C M Y K H S L
Decimal 76 118 109 0.36 0 0.08 0.54 167.14 0.22 0.38
Hex 4C 76 6D 24 0 8 36 A7 16 26
Octal 114 166 155 44 0 10 66 247 26 46
Binary 1001100 1110110 1101101 100100 0 1000 110110 10100111 10110 100110

Color Harmonies of #4C766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C766D

Black with #4C766D

Text Example


Text Example

White with #4C766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,109); }

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

background-color css

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

 a { background-color: rgb(76,118,109); }

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

border-color css

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

 span { border-color: rgb(76,118,109); }

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