#4C968F

Color #4C968F Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4C968F

Tints of Lochinvar #4C968F

Color information

#4C968F (or 0x4C968F) is unknown color: approx Lochinvar. HEX triplet: 4C, 96 and 8F. RGB value is (76,150,143). Sum of RGB (Red+Green+Blue) = 76+150+143=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #4C968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C968F is #B36970. Grayscale: #7F7F7F. Windows color (decimal): -11757937 or 9410124. OLE color: 9410124.

HSL color Cylindrical-coordinate representation of color #4C968F: hue angle of 174.32º 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 #4C968F is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB76150143-
CMYK0.4900.050.41
HSL174.32º32.74%44.31%-
HSV(B)174.32º49.33%58.82%-
XYZ18.8425.3329.88-
YUV127.08136.9891.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=20.60%
G=40.65%
B=38.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal761501430.4900.050.41174.3232.7444.31
Hex4C968F310529ae212c
Octal1142262176105512564154
Binary10011001001011010001111110001010110100110101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C968F;
 }
 .AnyTagClassName
 {
   color: #4C968F;
 }
</style>
background-color css

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

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

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

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

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

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