Html Css Color HEX #4F9C7F Lochinvar

📋 copy color: '#4F9C7F'

red 79 ◦ green 156 ◦ blue 127

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

Shades of Lochinvar #4F9C7F

Tints of Lochinvar #4F9C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

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

R = 21.82%
G = 43.09%
B = 35.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#4F9C7F (or 0x4F9C7F) is known color: Lochinvar. HEX triplet: 4F, 9C and 7F. RGB value is (79,156,127). Sum of RGB (Red+Green+Blue) = 79+156+127=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #4F9C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F9C7F is #B06380. Grayscale: #818181. Windows color (decimal): -11559809 or 8363087. OLE color: 8363087.

HSL color Cylindrical-coordinate representation of color #4F9C7F: hue angle of 157.4º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F9C7F is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 156 127 -
CMYK 0.49 0 0.19 0.39
HSL 157.4º 0.33% 0.46% -
HSV(B) 157.4º 0.49% 0.61% -
XYZ 18.94 26.97 24.29 -
YUV 129.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 79 156 127 0.49 0 0.19 0.39 157.4 0.33 0.46
Hex 4F 9C 7F 31 0 13 27 9D 21 2E
Octal 117 234 177 61 0 23 47 235 41 56
Binary 1001111 10011100 1111111 110001 0 10011 100111 10011101 100001 101110

Color Harmonies of #4F9C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9C7F

Black with #4F9C7F

Text Example


Text Example

White with #4F9C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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