Html Css Color HEX #4F6F60 Como

📋 copy color: '#4F6F60'

red 79 ◦ green 111 ◦ blue 96

#4F6F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4F6F60

Tints of Como #4F6F60

RGB

 RED value IS 79 (31.25% from 255) = 27.62%

 GREEN value IS 111 (43.75% from 255) = 38.81%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 27.62%
G = 38.81%
B = 33.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#4F6F60 (or 0x4F6F60) is known color: Como. HEX triplet: 4F, 6F and 60. RGB value is (79,111,96). Sum of RGB (Red+Green+Blue) = 79+111+96=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6F60 is #B0909F. Grayscale: #636363. Windows color (decimal): -11571360 or 6319951. OLE color: 6319951.

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

Color convert

RGB 79 111 96 -
CMYK 0.29 0 0.14 0.56
HSL 151.88º 0.17% 0.37% -
HSV(B) 151.88º 0.29% 0.44% -
XYZ 11.02 13.88 13.16 -
YUV 99.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 79 111 96 0.29 0 0.14 0.56 151.88 0.17 0.37
Hex 4F 6F 60 1D 0 E 38 98 11 25
Octal 117 157 140 35 0 16 70 230 21 45
Binary 1001111 1101111 1100000 11101 0 1110 111000 10011000 10001 100101

Color Harmonies of #4F6F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6F60

Black with #4F6F60

Text Example


Text Example

White with #4F6F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,111,96); }

 H1.HeaderClassName
 {
   color: #4F6F60;
 }
 .AnyTagClassName
 {
   color: #4F6F60;
 }
</style>

background-color css

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

 a { background-color: rgb(79,111,96); }

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

border-color css

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

 span { border-color: rgb(79,111,96); }

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