Html Css Color HEX #4F7F5F Como

📋 copy color: '#4F7F5F'

red 79 ◦ green 127 ◦ blue 95

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

Shades of Como #4F7F5F

Tints of Como #4F7F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 42.19%

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 26.25%
G = 42.19%
B = 31.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#4F7F5F (or 0x4F7F5F) is known color: Como. HEX triplet: 4F, 7F and 5F. RGB value is (79,127,95). Sum of RGB (Red+Green+Blue) = 79+127+95=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #4F7F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7F5F is #B080A0. Grayscale: #6D6D6D. Windows color (decimal): -11567265 or 6258511. OLE color: 6258511.

HSL color Cylindrical-coordinate representation of color #4F7F5F: hue angle of 140º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F7F5F is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 127 95 -
CMYK 0.38 0 0.25 0.50
HSL 140º 0.23% 0.4% -
HSV(B) 140º 0.38% 0.5% -
XYZ 12.88 17.67 13.56 -
YUV 109 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 79 127 95 0.38 0 0.25 0.50 140 0.23 0.4
Hex 4F 7F 5F 26 0 19 32 8C 17 28
Octal 117 177 137 46 0 31 62 214 27 50
Binary 1001111 1111111 1011111 100110 0 11001 110010 10001100 10111 101000

Color Harmonies of #4F7F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7F5F

Black with #4F7F5F

Text Example


Text Example

White with #4F7F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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