Html Css Color HEX #4C766F Dark Green Copper

📋 copy color: '#4C766F'

red 76 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #4C766F

Tints of Dark Green Copper #4C766F

RGB

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

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

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

R = 24.92%
G = 38.69%
B = 36.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#4C766F (or 0x4C766F) is known color: Dark Green Copper. HEX triplet: 4C, 76 and 6F. RGB value is (76,118,111). Sum of RGB (Red+Green+Blue) = 76+118+111=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #4C766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C766F is #B38990. Grayscale: #686868. Windows color (decimal): -11766161 or 7304780. OLE color: 7304780.

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

Color convert

RGB 76 118 111 -
CMYK 0.36 0 0.06 0.54
HSL 170º 0.22% 0.38% -
HSV(B) 170º 0.36% 0.46% -
XYZ 12.33 15.64 17.41 -
YUV 104.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 76 118 111 0.36 0 0.06 0.54 170 0.22 0.38
Hex 4C 76 6F 24 0 6 36 AA 16 26
Octal 114 166 157 44 0 6 66 252 26 46
Binary 1001100 1110110 1101111 100100 0 110 110110 10101010 10110 100110

Color Harmonies of #4C766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C766F

Black with #4C766F

Text Example


Text Example

White with #4C766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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