#4F7A61

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

Shades of Como #4F7A61

Tints of Como #4F7A61

Color information

#4F7A61 (or 0x4F7A61) is unknown color: approx Como. HEX triplet: 4F, 7A and 61. RGB value is (79,122,97). Sum of RGB (Red+Green+Blue) = 79+122+97=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A61 is #B0859E. Grayscale: #6A6A6A. Windows color (decimal): -11568543 or 6388303. OLE color: 6388303.

HSL color Cylindrical-coordinate representation of color #4F7A61: hue angle of 145.12º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A61 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB7912297-
CMYK0.3500.200.52
HSL145.12º21.39%39.41%-
HSV(B)145.12º35.25%47.84%-
XYZ12.3416.4413.83-
YUV106.29122.75108.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.51%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=26.51%
G=40.94%
B=32.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79122970.3500.200.52145.1221.3939.41
Hex4F7A612301434911527
Octal11717214143024642212547
Binary1001111111101011000011000110101001101001001000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,122,97); }

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

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

 a { background-color: rgb(79,122,97); }

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

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

 span { border-color: rgb(79,122,97); }

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