#4F997F

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

Shades of Lochinvar #4F997F

Tints of Lochinvar #4F997F

Color information

#4F997F (or 0x4F997F) is unknown color: approx Lochinvar. HEX triplet: 4F, 99 and 7F. RGB value is (79,153,127). Sum of RGB (Red+Green+Blue) = 79+153+127=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #4F997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F997F is #B06680. Grayscale: #7F7F7F. Windows color (decimal): -11560577 or 8362319. OLE color: 8362319.

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

Color convert

RGB79153127-
CMYK0.4800.170.4
HSL158.92º31.9%45.49%-
HSV(B)158.92º48.37%60%-
XYZ18.4525.9824.12-
YUV127.91127.4893.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.01%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 127 (50% from 255) = 35.38%
R=22.01%
G=42.62%
B=35.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal791531270.4800.170.4158.9231.945.49
Hex4F997F30011289f202d
Octal11723117760021502374055
Binary100111110011001111111111000001000110100010011111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,153,127); }

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

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

 a { background-color: rgb(79,153,127); }

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

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

 span { border-color: rgb(79,153,127); }

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