Html Css Color HEX #4F967F Lochinvar

📋 copy color: '#4F967F'

red 79 ◦ green 150 ◦ blue 127

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

Shades of Lochinvar #4F967F

Tints of Lochinvar #4F967F

RGB

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

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

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

R = 22.19%
G = 42.13%
B = 35.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#4F967F (or 0x4F967F) is known color: Lochinvar. HEX triplet: 4F, 96 and 7F. RGB value is (79,150,127). Sum of RGB (Red+Green+Blue) = 79+150+127=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #4F967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F967F is #B06980. Grayscale: #7E7E7E. Windows color (decimal): -11561345 or 8361551. OLE color: 8361551.

HSL color Cylindrical-coordinate representation of color #4F967F: hue angle of 160.56º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F967F is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 150 127 -
CMYK 0.47 0 0.15 0.41
HSL 160.56º 0.31% 0.45% -
HSV(B) 160.56º 0.47% 0.59% -
XYZ 17.96 25.01 23.96 -
YUV 126.15 128.48 94.37 -
System Red Green Blue C M Y K H S L
Decimal 79 150 127 0.47 0 0.15 0.41 160.56 0.31 0.45
Hex 4F 96 7F 2F 0 F 29 A1 1F 2D
Octal 117 226 177 57 0 17 51 241 37 55
Binary 1001111 10010110 1111111 101111 0 1111 101001 10100001 11111 101101

Color Harmonies of #4F967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F967F

Black with #4F967F

Text Example


Text Example

White with #4F967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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