Html Css Color HEX #4C967C Lochinvar

📋 copy color: '#4C967C'

red 76 ◦ green 150 ◦ blue 124

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

Shades of Lochinvar #4C967C

Tints of Lochinvar #4C967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 21.71%
G = 42.86%
B = 35.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#4C967C (or 0x4C967C) is known color: Lochinvar. HEX triplet: 4C, 96 and 7C. RGB value is (76,150,124). Sum of RGB (Red+Green+Blue) = 76+150+124=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #4C967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C967C is #B36983. Grayscale: #7C7C7C. Windows color (decimal): -11757956 or 8164940. OLE color: 8164940.

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

Color convert

RGB 76 150 124 -
CMYK 0.49 0 0.17 0.41
HSL 158.92º 0.33% 0.44% -
HSV(B) 158.92º 0.49% 0.59% -
XYZ 17.52 24.8 22.93 -
YUV 124.91 127.48 93.11 -
System Red Green Blue C M Y K H S L
Decimal 76 150 124 0.49 0 0.17 0.41 158.92 0.33 0.44
Hex 4C 96 7C 31 0 11 29 9F 21 2C
Octal 114 226 174 61 0 21 51 237 41 54
Binary 1001100 10010110 1111100 110001 0 10001 101001 10011111 100001 101100

Color Harmonies of #4C967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C967C

Black with #4C967C

Text Example


Text Example

White with #4C967C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,150,124); }

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

background-color css

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

 a { background-color: rgb(76,150,124); }

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

border-color css

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

 span { border-color: rgb(76,150,124); }

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