Html Css Color HEX #4F7C72 Dark Green Copper

📋 copy color: '#4F7C72'

red 79 ◦ green 124 ◦ blue 114

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

Shades of Dark Green Copper #4F7C72

Tints of Dark Green Copper #4F7C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.96%

R = 24.92%
G = 39.12%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#4F7C72 (or 0x4F7C72) is known color: Dark Green Copper. HEX triplet: 4F, 7C and 72. RGB value is (79,124,114). Sum of RGB (Red+Green+Blue) = 79+124+114=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 124 - color contains mainly: green. Hex color #4F7C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7C72 is #B0838D. Grayscale: #6D6D6D. Windows color (decimal): -11568014 or 7502927. OLE color: 7502927.

HSL color Cylindrical-coordinate representation of color #4F7C72: hue angle of 166.67º 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 #4F7C72 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 124 114 -
CMYK 0.36 0 0.08 0.51
HSL 166.67º 0.22% 0.4% -
HSV(B) 166.67º 0.36% 0.49% -
XYZ 13.47 17.29 18.55 -
YUV 109.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 79 124 114 0.36 0 0.08 0.51 166.67 0.22 0.4
Hex 4F 7C 72 24 0 8 33 A7 16 28
Octal 117 174 162 44 0 10 63 247 26 50
Binary 1001111 1111100 1110010 100100 0 1000 110011 10100111 10110 101000

Color Harmonies of #4F7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7C72

Black with #4F7C72

Text Example


Text Example

White with #4F7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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