Html Css Color HEX #4F786A Dark Green Copper

📋 copy color: '#4F786A'

red 79 ◦ green 120 ◦ blue 106

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

Shades of Dark Green Copper #4F786A

Tints of Dark Green Copper #4F786A

RGB

 RED value IS 79 (31.25% from 255) = 25.9%

 GREEN value IS 120 (47.27% from 255) = 39.34%

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 25.9%
G = 39.34%
B = 34.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#4F786A (or 0x4F786A) is known color: Dark Green Copper. HEX triplet: 4F, 78 and 6A. RGB value is (79,120,106). Sum of RGB (Red+Green+Blue) = 79+120+106=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4F786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F786A is #B08795. Grayscale: #6A6A6A. Windows color (decimal): -11569046 or 6977615. OLE color: 6977615.

HSL color Cylindrical-coordinate representation of color #4F786A: hue angle of 159.51º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F786A is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 120 106 -
CMYK 0.34 0 0.12 0.53
HSL 159.51º 0.21% 0.39% -
HSV(B) 159.51º 0.34% 0.47% -
XYZ 12.54 16.14 16.09 -
YUV 106.15 127.92 108.64 -
System Red Green Blue C M Y K H S L
Decimal 79 120 106 0.34 0 0.12 0.53 159.51 0.21 0.39
Hex 4F 78 6A 22 0 C 35 A0 15 27
Octal 117 170 152 42 0 14 65 240 25 47
Binary 1001111 1111000 1101010 100010 0 1100 110101 10100000 10101 100111

Color Harmonies of #4F786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F786A

Black with #4F786A

Text Example


Text Example

White with #4F786A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,120,106); }

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

background-color css

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

 a { background-color: rgb(79,120,106); }

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

border-color css

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

 span { border-color: rgb(79,120,106); }

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