Html Css Color HEX #4D796A Dark Green Copper

📋 copy color: '#4D796A'

red 77 ◦ green 121 ◦ blue 106

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

Shades of Dark Green Copper #4D796A

Tints of Dark Green Copper #4D796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 25.33%
G = 39.8%
B = 34.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#4D796A (or 0x4D796A) is known color: Dark Green Copper. HEX triplet: 4D, 79 and 6A. RGB value is (77,121,106). Sum of RGB (Red+Green+Blue) = 77+121+106=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #4D796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D796A is #B28695. Grayscale: #6A6A6A. Windows color (decimal): -11699862 or 6977869. OLE color: 6977869.

HSL color Cylindrical-coordinate representation of color #4D796A: hue angle of 159.55º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D796A is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 121 106 -
CMYK 0.36 0 0.12 0.53
HSL 159.55º 0.22% 0.39% -
HSV(B) 159.55º 0.36% 0.47% -
XYZ 12.5 16.29 16.12 -
YUV 106.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 77 121 106 0.36 0 0.12 0.53 159.55 0.22 0.39
Hex 4D 79 6A 24 0 C 35 A0 16 27
Octal 115 171 152 44 0 14 65 240 26 47
Binary 1001101 1111001 1101010 100100 0 1100 110101 10100000 10110 100111

Color Harmonies of #4D796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D796A

Black with #4D796A

Text Example


Text Example

White with #4D796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,121,106); }

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

background-color css

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

 a { background-color: rgb(77,121,106); }

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

border-color css

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

 span { border-color: rgb(77,121,106); }

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