Html Css Color HEX #4F7066 Dark Green Copper

📋 copy color: '#4F7066'

red 79 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #4F7066

Tints of Dark Green Copper #4F7066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.81%

R = 26.96%
G = 38.23%
B = 34.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#4F7066 (or 0x4F7066) is known color: Dark Green Copper. HEX triplet: 4F, 70 and 66. RGB value is (79,112,102). Sum of RGB (Red+Green+Blue) = 79+112+102=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #4F7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7066 is #B08F99. Grayscale: #656565. Windows color (decimal): -11571098 or 6713423. OLE color: 6713423.

HSL color Cylindrical-coordinate representation of color #4F7066: hue angle of 161.82º 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 #4F7066 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 79 112 102 -
CMYK 0.29 0 0.09 0.56
HSL 161.82º 0.17% 0.37% -
HSV(B) 161.82º 0.29% 0.44% -
XYZ 11.42 14.21 14.71 -
YUV 100.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 79 112 102 0.29 0 0.09 0.56 161.82 0.17 0.37
Hex 4F 70 66 1D 0 9 38 A2 11 25
Octal 117 160 146 35 0 11 70 242 21 45
Binary 1001111 1110000 1100110 11101 0 1001 111000 10100010 10001 100101

Color Harmonies of #4F7066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7066

Black with #4F7066

Text Example


Text Example

White with #4F7066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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