Html Css Color HEX #4F7065 Dark Green Copper

📋 copy color: '#4F7065'

red 79 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #4F7065

Tints of Dark Green Copper #4F7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 27.05%
G = 38.36%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#4F7065 (or 0x4F7065) is known color: Dark Green Copper. HEX triplet: 4F, 70 and 65. RGB value is (79,112,101). Sum of RGB (Red+Green+Blue) = 79+112+101=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7065 is #B08F9A. Grayscale: #646464. Windows color (decimal): -11571099 or 6647887. OLE color: 6647887.

HSL color Cylindrical-coordinate representation of color #4F7065: hue angle of 160º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F7065 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 101 -
CMYK 0.29 0 0.10 0.56
HSL 160º 0.17% 0.37% -
HSV(B) 160º 0.29% 0.44% -
XYZ 11.37 14.19 14.45 -
YUV 100.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 79 112 101 0.29 0 0.10 0.56 160 0.17 0.37
Hex 4F 70 65 1D 0 A 38 A0 11 25
Octal 117 160 145 35 0 12 70 240 21 45
Binary 1001111 1110000 1100101 11101 0 1010 111000 10100000 10001 100101

Color Harmonies of #4F7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7065

Black with #4F7065

Text Example


Text Example

White with #4F7065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,101); }

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

background-color css

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

 a { background-color: rgb(79,112,101); }

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

border-color css

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

 span { border-color: rgb(79,112,101); }

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