#4F6B65

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

Shades of Dark Green Copper #4F6B65

Tints of Dark Green Copper #4F6B65

Color information

#4F6B65 (or 0x4F6B65) is unknown color: approx Dark Green Copper. HEX triplet: 4F, 6B and 65. RGB value is (79,107,101). Sum of RGB (Red+Green+Blue) = 79+107+101=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #4F6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6B65 is #B0949A. Grayscale: #616161. Windows color (decimal): -11572379 or 6646607. OLE color: 6646607.

HSL color Cylindrical-coordinate representation of color #4F6B65: hue angle of 167.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F6B65 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB79107101-
CMYK0.2600.060.58
HSL167.14º15.05%36.47%-
HSV(B)167.14º26.17%41.96%-
XYZ10.8313.1214.27-
YUV97.94129.72114.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=27.53%
G=37.28%
B=35.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal791071010.2600.060.58167.1415.0536.47
Hex4F6B651A063Aa7f24
Octal1171531453206722471744
Binary100111111010111100101110100110111010101001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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