#4F705F

Color #4F705F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #4F705F

Tints of Como #4F705F

Color information

#4F705F (or 0x4F705F) is unknown color: approx Como. HEX triplet: 4F, 70 and 5F. RGB value is (79,112,95). Sum of RGB (Red+Green+Blue) = 79+112+95=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #4F705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F705F is #B08FA0. Grayscale: #646464. Windows color (decimal): -11571105 or 6254671. OLE color: 6254671.

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

Color convert

RGB7911295-
CMYK0.2900.150.56
HSL149.09º17.28%37.45%-
HSV(B)149.09º29.46%43.92%-
XYZ11.0814.0812.96-
YUV100.2125.07112.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=27.62%
G=39.16%
B=33.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79112950.2900.150.56149.0917.2837.45
Hex4F705F1D0F38951125
Octal11716013735017702252145
Binary10011111110000101111111101011111110001001010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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