#4F7B6F

Color #4F7B6F Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4F7B6F

Tints of Dark Green Copper #4F7B6F

Color information

#4F7B6F (or 0x4F7B6F) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 7B and 6F. RGB value is (79,123,111). Sum of RGB (Red+Green+Blue) = 79+123+111=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7B6F is #B08490. Grayscale: #6C6C6C. Windows color (decimal): -11568273 or 7306063. OLE color: 7306063.

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

Color convert

RGB79123111-
CMYK0.3600.100.52
HSL163.64º21.78%39.61%-
HSV(B)163.64º35.77%48.24%-
XYZ13.1816.9817.62-
YUV108.48129.42106.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.24%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=25.24%
G=39.30%
B=35.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791231110.3600.100.52163.6421.7839.61
Hex4F7B6F240A34a41628
Octal11717315744012642442650
Binary100111111110111101111100100010101101001010010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,123,111); }

 H1.HeaderClassName
 {
   color: #4F7B6F;
 }
 .AnyTagClassName
 {
   color: #4F7B6F;
 }
</style>
background-color css

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

 a { background-color: rgb(79,123,111); }

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

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

 span { border-color: rgb(79,123,111); }

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