#4F7B65

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

Shades of Como #4F7B65

Tints of Como #4F7B65

Color information

#4F7B65 (or 0x4F7B65) is unknown color: approx Como. HEX triplet: 4F, 7B and 65. RGB value is (79,123,101). Sum of RGB (Red+Green+Blue) = 79+123+101=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #4F7B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7B65 is #B0849A. Grayscale: #6B6B6B. Windows color (decimal): -11568283 or 6650703. OLE color: 6650703.

HSL color Cylindrical-coordinate representation of color #4F7B65: hue angle of 150º 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 #4F7B65 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB79123101-
CMYK0.3600.180.52
HSL150º21.78%39.61%-
HSV(B)150º35.77%48.24%-
XYZ12.6616.7714.88-
YUV107.34124.42107.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=26.07%
G=40.59%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal791231010.3600.180.5215021.7839.61
Hex4F7B652401234961628
Octal11717314544022642262650
Binary1001111111101111001011001000100101101001001011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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