Html Css Color HEX #4E6F66 Dark Green Copper

📋 copy color: '#4E6F66'

red 78 ◦ green 111 ◦ blue 102

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

Shades of Dark Green Copper #4E6F66

Tints of Dark Green Copper #4E6F66

RGB

 RED value IS 78 (30.86% from 255) = 26.8%

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

 BLUE value IS 102 (40.23% from 255) = 35.05%

R = 26.8%
G = 38.14%
B = 35.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#4E6F66 (or 0x4E6F66) is known color: Dark Green Copper. HEX triplet: 4E, 6F and 66. RGB value is (78,111,102). Sum of RGB (Red+Green+Blue) = 78+111+102=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F66 is #B19099. Grayscale: #646464. Windows color (decimal): -11636890 or 6713166. OLE color: 6713166.

HSL color Cylindrical-coordinate representation of color #4E6F66: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F66 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 111 102 -
CMYK 0.30 0 0.08 0.56
HSL 163.64º 0.17% 0.37% -
HSV(B) 163.64º 0.3% 0.44% -
XYZ 11.22 13.95 14.67 -
YUV 100.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 78 111 102 0.30 0 0.08 0.56 163.64 0.17 0.37
Hex 4E 6F 66 1E 0 8 38 A4 11 25
Octal 116 157 146 36 0 10 70 244 21 45
Binary 1001110 1101111 1100110 11110 0 1000 111000 10100100 10001 100101

Color Harmonies of #4E6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6F66

Black with #4E6F66

Text Example


Text Example

White with #4E6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,111,102); }

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

background-color css

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

 a { background-color: rgb(78,111,102); }

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

border-color css

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

 span { border-color: rgb(78,111,102); }

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