Html Css Color HEX #4E7066 Dark Green Copper

📋 copy color: '#4E7066'

red 78 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #4E7066

Tints of Dark Green Copper #4E7066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

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

R = 26.71%
G = 38.36%
B = 34.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#4E7066 (or 0x4E7066) is known color: Dark Green Copper. HEX triplet: 4E, 70 and 66. RGB value is (78,112,102). Sum of RGB (Red+Green+Blue) = 78+112+102=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7066 is #B18F99. Grayscale: #646464. Windows color (decimal): -11636634 or 6713422. OLE color: 6713422.

HSL color Cylindrical-coordinate representation of color #4E7066: hue angle of 162.35º degrees, saturation: 0.18, 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 #4E7066 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 102 -
CMYK 0.30 0 0.09 0.56
HSL 162.35º 0.18% 0.37% -
HSV(B) 162.35º 0.3% 0.44% -
XYZ 11.33 14.17 14.71 -
YUV 100.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 78 112 102 0.30 0 0.09 0.56 162.35 0.18 0.37
Hex 4E 70 66 1E 0 9 38 A2 12 25
Octal 116 160 146 36 0 11 70 242 22 45
Binary 1001110 1110000 1100110 11110 0 1001 111000 10100010 10010 100101

Color Harmonies of #4E7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7066

Black with #4E7066

Text Example


Text Example

White with #4E7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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