Html Css Color HEX #4F977D Lochinvar

📋 copy color: '#4F977D'

red 79 ◦ green 151 ◦ blue 125

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

Shades of Lochinvar #4F977D

Tints of Lochinvar #4F977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 125 (49.22% from 255) = 35.21%

R = 22.25%
G = 42.54%
B = 35.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#4F977D (or 0x4F977D) is known color: Lochinvar. HEX triplet: 4F, 97 and 7D. RGB value is (79,151,125). Sum of RGB (Red+Green+Blue) = 79+151+125=355 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.25% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #4F977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F977D is #B06882. Grayscale: #7E7E7E. Windows color (decimal): -11561091 or 8230735. OLE color: 8230735.

HSL color Cylindrical-coordinate representation of color #4F977D: hue angle of 158.33º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F977D is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 151 125 -
CMYK 0.48 0 0.17 0.41
HSL 158.33º 0.31% 0.45% -
HSV(B) 158.33º 0.48% 0.59% -
XYZ 17.99 25.28 23.33 -
YUV 126.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 79 151 125 0.48 0 0.17 0.41 158.33 0.31 0.45
Hex 4F 97 7D 30 0 11 29 9E 1F 2D
Octal 117 227 175 60 0 21 51 236 37 55
Binary 1001111 10010111 1111101 110000 0 10001 101001 10011110 11111 101101

Color Harmonies of #4F977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F977D

Black with #4F977D

Text Example


Text Example

White with #4F977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,151,125); }

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

background-color css

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

 a { background-color: rgb(79,151,125); }

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

border-color css

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

 span { border-color: rgb(79,151,125); }

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