Html Css Color HEX #4D6B65 Dark Green Copper

📋 copy color: '#4D6B65'

red 77 ◦ green 107 ◦ blue 101

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

Shades of Dark Green Copper #4D6B65

Tints of Dark Green Copper #4D6B65

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.54%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 27.02%
G = 37.54%
B = 35.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#4D6B65 (or 0x4D6B65) is known color: Dark Green Copper. HEX triplet: 4D, 6B and 65. RGB value is (77,107,101). Sum of RGB (Red+Green+Blue) = 77+107+101=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B65 is #B2949A. Grayscale: #616161. Windows color (decimal): -11703451 or 6646605. OLE color: 6646605.

HSL color Cylindrical-coordinate representation of color #4D6B65: hue angle of 168º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B65 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 107 101 -
CMYK 0.28 0 0.06 0.58
HSL 168º 0.16% 0.36% -
HSV(B) 168º 0.28% 0.42% -
XYZ 10.67 13.03 14.27 -
YUV 97.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 77 107 101 0.28 0 0.06 0.58 168 0.16 0.36
Hex 4D 6B 65 1C 0 6 3A A8 10 24
Octal 115 153 145 34 0 6 72 250 20 44
Binary 1001101 1101011 1100101 11100 0 110 111010 10101000 10000 100100

Color Harmonies of #4D6B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6B65

Black with #4D6B65

Text Example


Text Example

White with #4D6B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,107,101); }

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

background-color css

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

 a { background-color: rgb(77,107,101); }

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

border-color css

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

 span { border-color: rgb(77,107,101); }

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