Html Css Color HEX #4F7C73 Dark Green Copper

📋 copy color: '#4F7C73'

red 79 ◦ green 124 ◦ blue 115

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

Shades of Dark Green Copper #4F7C73

Tints of Dark Green Copper #4F7C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.99%

 BLUE value IS 115 (45.31% from 255) = 36.16%

R = 24.84%
G = 38.99%
B = 36.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#4F7C73 (or 0x4F7C73) is known color: Dark Green Copper. HEX triplet: 4F, 7C and 73. RGB value is (79,124,115). Sum of RGB (Red+Green+Blue) = 79+124+115=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C73 is #B0838C. Grayscale: #6D6D6D. Windows color (decimal): -11568013 or 7568463. OLE color: 7568463.

HSL color Cylindrical-coordinate representation of color #4F7C73: hue angle of 168º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F7C73 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 124 115 -
CMYK 0.36 0 0.07 0.51
HSL 168º 0.22% 0.4% -
HSV(B) 168º 0.36% 0.49% -
XYZ 13.53 17.32 18.85 -
YUV 109.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 79 124 115 0.36 0 0.07 0.51 168 0.22 0.4
Hex 4F 7C 73 24 0 7 33 A8 16 28
Octal 117 174 163 44 0 7 63 250 26 50
Binary 1001111 1111100 1110011 100100 0 111 110011 10101000 10110 101000

Color Harmonies of #4F7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C73

Black with #4F7C73

Text Example


Text Example

White with #4F7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,124,115); }

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

background-color css

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

 a { background-color: rgb(79,124,115); }

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

border-color css

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

 span { border-color: rgb(79,124,115); }

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