Html Css Color HEX #4C977F Lochinvar

📋 copy color: '#4C977F'

red 76 ◦ green 151 ◦ blue 127

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

Shades of Lochinvar #4C977F

Tints of Lochinvar #4C977F

RGB

 RED value IS 76 (30.08% from 255) = 21.47%

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

 BLUE value IS 127 (50% from 255) = 35.88%

R = 21.47%
G = 42.66%
B = 35.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#4C977F (or 0x4C977F) is known color: Lochinvar. HEX triplet: 4C, 97 and 7F. RGB value is (76,151,127). Sum of RGB (Red+Green+Blue) = 76+151+127=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #4C977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C977F is #B36880. Grayscale: #7D7D7D. Windows color (decimal): -11757697 or 8361804. OLE color: 8361804.

HSL color Cylindrical-coordinate representation of color #4C977F: hue angle of 160.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C977F is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 76 151 127 -
CMYK 0.50 0 0.16 0.41
HSL 160.8º 0.33% 0.45% -
HSV(B) 160.8º 0.5% 0.59% -
XYZ 17.88 25.2 24 -
YUV 125.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 76 151 127 0.50 0 0.16 0.41 160.8 0.33 0.45
Hex 4C 97 7F 32 0 10 29 A1 21 2D
Octal 114 227 177 62 0 20 51 241 41 55
Binary 1001100 10010111 1111111 110010 0 10000 101001 10100001 100001 101101

Color Harmonies of #4C977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C977F

Black with #4C977F

Text Example


Text Example

White with #4C977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,151,127); }

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

background-color css

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

 a { background-color: rgb(76,151,127); }

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

border-color css

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

 span { border-color: rgb(76,151,127); }

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