Html Css Color HEX #4E6F69 Dark Green Copper

📋 copy color: '#4E6F69'

red 78 ◦ green 111 ◦ blue 105

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

Shades of Dark Green Copper #4E6F69

Tints of Dark Green Copper #4E6F69

RGB

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

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

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

R = 26.53%
G = 37.76%
B = 35.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#4E6F69 (or 0x4E6F69) is known color: Dark Green Copper. HEX triplet: 4E, 6F and 69. RGB value is (78,111,105). Sum of RGB (Red+Green+Blue) = 78+111+105=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F69 is #B19096. Grayscale: #646464. Windows color (decimal): -11636887 or 6909774. OLE color: 6909774.

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

Color convert

RGB 78 111 105 -
CMYK 0.30 0 0.05 0.56
HSL 169.09º 0.17% 0.37% -
HSV(B) 169.09º 0.3% 0.44% -
XYZ 11.38 14.01 15.47 -
YUV 100.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 78 111 105 0.30 0 0.05 0.56 169.09 0.17 0.37
Hex 4E 6F 69 1E 0 5 38 A9 11 25
Octal 116 157 151 36 0 5 70 251 21 45
Binary 1001110 1101111 1101001 11110 0 101 111000 10101001 10001 100101

Color Harmonies of #4E6F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6F69

Black with #4E6F69

Text Example


Text Example

White with #4E6F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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