Html Css Color HEX #4F7F73 Dark Green Copper

📋 copy color: '#4F7F73'

red 79 ◦ green 127 ◦ blue 115

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

Shades of Dark Green Copper #4F7F73

Tints of Dark Green Copper #4F7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 39.56%

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

R = 24.61%
G = 39.56%
B = 35.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#4F7F73 (or 0x4F7F73) is known color: Dark Green Copper. HEX triplet: 4F, 7F and 73. RGB value is (79,127,115). Sum of RGB (Red+Green+Blue) = 79+127+115=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 127 - color contains mainly: green. Hex color #4F7F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7F73 is #B0808C. Grayscale: #6F6F6F. Windows color (decimal): -11567245 or 7569231. OLE color: 7569231.

HSL color Cylindrical-coordinate representation of color #4F7F73: hue angle of 165º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F7F73 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 127 115 -
CMYK 0.38 0 0.09 0.50
HSL 165º 0.23% 0.4% -
HSV(B) 165º 0.38% 0.5% -
XYZ 13.91 18.08 18.98 -
YUV 111.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 79 127 115 0.38 0 0.09 0.50 165 0.23 0.4
Hex 4F 7F 73 26 0 9 32 A5 17 28
Octal 117 177 163 46 0 11 62 245 27 50
Binary 1001111 1111111 1110011 100110 0 1001 110010 10100101 10111 101000

Color Harmonies of #4F7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7F73

Black with #4F7F73

Text Example


Text Example

White with #4F7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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