Html Css Color HEX #4F7965 Como

📋 copy color: '#4F7965'

red 79 ◦ green 121 ◦ blue 101

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

Shades of Como #4F7965

Tints of Como #4F7965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.2%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 26.25%
G = 40.2%
B = 33.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#4F7965 (or 0x4F7965) is known color: Como. HEX triplet: 4F, 79 and 65. RGB value is (79,121,101). Sum of RGB (Red+Green+Blue) = 79+121+101=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #4F7965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7965 is #B0869A. Grayscale: #6A6A6A. Windows color (decimal): -11568795 or 6650191. OLE color: 6650191.

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

Color convert

RGB 79 121 101 -
CMYK 0.35 0 0.17 0.53
HSL 151.43º 0.21% 0.39% -
HSV(B) 151.43º 0.35% 0.47% -
XYZ 12.41 16.28 14.8 -
YUV 106.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 79 121 101 0.35 0 0.17 0.53 151.43 0.21 0.39
Hex 4F 79 65 23 0 11 35 97 15 27
Octal 117 171 145 43 0 21 65 227 25 47
Binary 1001111 1111001 1100101 100011 0 10001 110101 10010111 10101 100111

Color Harmonies of #4F7965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7965

Black with #4F7965

Text Example


Text Example

White with #4F7965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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