Html Css Color HEX #4F785F Como

📋 copy color: '#4F785F'

red 79 ◦ green 120 ◦ blue 95

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

Shades of Como #4F785F

Tints of Como #4F785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.82%

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

R = 26.87%
G = 40.82%
B = 32.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#4F785F (or 0x4F785F) is known color: Como. HEX triplet: 4F, 78 and 5F. RGB value is (79,120,95). Sum of RGB (Red+Green+Blue) = 79+120+95=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #4F785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F785F is #B087A0. Grayscale: #686868. Windows color (decimal): -11569057 or 6256719. OLE color: 6256719.

HSL color Cylindrical-coordinate representation of color #4F785F: hue angle of 143.41º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4F785F is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 79 120 95 -
CMYK 0.34 0 0.21 0.53
HSL 143.41º 0.21% 0.39% -
HSV(B) 143.41º 0.34% 0.47% -
XYZ 12.01 15.92 13.27 -
YUV 104.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 79 120 95 0.34 0 0.21 0.53 143.41 0.21 0.39
Hex 4F 78 5F 22 0 15 35 8F 15 27
Octal 117 170 137 42 0 25 65 217 25 47
Binary 1001111 1111000 1011111 100010 0 10101 110101 10001111 10101 100111

Color Harmonies of #4F785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F785F

Black with #4F785F

Text Example


Text Example

White with #4F785F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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