Html Css Color HEX #4D6F69 Dark Green Copper

📋 copy color: '#4D6F69'

red 77 ◦ green 111 ◦ blue 105

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

Shades of Dark Green Copper #4D6F69

Tints of Dark Green Copper #4D6F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.88%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 26.28%
G = 37.88%
B = 35.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#4D6F69 (or 0x4D6F69) is known color: Dark Green Copper. HEX triplet: 4D, 6F and 69. RGB value is (77,111,105). Sum of RGB (Red+Green+Blue) = 77+111+105=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F69 is #B29096. Grayscale: #646464. Windows color (decimal): -11702423 or 6909773. OLE color: 6909773.

HSL color Cylindrical-coordinate representation of color #4D6F69: hue angle of 169.41º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6F69 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 111 105 -
CMYK 0.31 0 0.05 0.56
HSL 169.41º 0.18% 0.37% -
HSV(B) 169.41º 0.31% 0.44% -
XYZ 11.29 13.97 15.47 -
YUV 100.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 77 111 105 0.31 0 0.05 0.56 169.41 0.18 0.37
Hex 4D 6F 69 1F 0 5 38 A9 12 25
Octal 115 157 151 37 0 5 70 251 22 45
Binary 1001101 1101111 1101001 11111 0 101 111000 10101001 10010 100101

Color Harmonies of #4D6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F69

Black with #4D6F69

Text Example


Text Example

White with #4D6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,111,105); }

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

background-color css

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

 a { background-color: rgb(77,111,105); }

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

border-color css

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

 span { border-color: rgb(77,111,105); }

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