#4F765F

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

Shades of Como #4F765F

Tints of Como #4F765F

Color information

#4F765F (or 0x4F765F) is unknown color: approx Como. HEX triplet: 4F, 76 and 5F. RGB value is (79,118,95). Sum of RGB (Red+Green+Blue) = 79+118+95=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #4F765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F765F is #B089A0. Grayscale: #676767. Windows color (decimal): -11569569 or 6256207. OLE color: 6256207.

HSL color Cylindrical-coordinate representation of color #4F765F: hue angle of 144.62º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4F765F is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB7911895-
CMYK0.3300.190.54
HSL144.62º19.8%38.63%-
HSV(B)144.62º33.05%46.27%-
XYZ11.7715.4513.19-
YUV103.72123.08110.37-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=27.05%
G=40.41%
B=32.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79118950.3300.190.54144.6219.838.63
Hex4F765F2101336911427
Octal11716613741023662212447
Binary1001111111011010111111000010100111101101001000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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