Html Css Color HEX #4F987F Lochinvar

📋 copy color: '#4F987F'

red 79 ◦ green 152 ◦ blue 127

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

Shades of Lochinvar #4F987F

Tints of Lochinvar #4F987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 22.07%
G = 42.46%
B = 35.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#4F987F (or 0x4F987F) is known color: Lochinvar. HEX triplet: 4F, 98 and 7F. RGB value is (79,152,127). Sum of RGB (Red+Green+Blue) = 79+152+127=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #4F987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F987F is #B06780. Grayscale: #7F7F7F. Windows color (decimal): -11560833 or 8362063. OLE color: 8362063.

HSL color Cylindrical-coordinate representation of color #4F987F: hue angle of 159.45º 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 #4F987F is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 152 127 -
CMYK 0.48 0 0.16 0.40
HSL 159.45º 0.32% 0.45% -
HSV(B) 159.45º 0.48% 0.6% -
XYZ 18.28 25.65 24.07 -
YUV 127.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 79 152 127 0.48 0 0.16 0.40 159.45 0.32 0.45
Hex 4F 98 7F 30 0 10 28 9F 20 2D
Octal 117 230 177 60 0 20 50 237 40 55
Binary 1001111 10011000 1111111 110000 0 10000 101000 10011111 100000 101101

Color Harmonies of #4F987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F987F

Black with #4F987F

Text Example


Text Example

White with #4F987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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