Html Css Color HEX #4D967F Lochinvar

📋 copy color: '#4D967F'

red 77 ◦ green 150 ◦ blue 127

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

Shades of Lochinvar #4D967F

Tints of Lochinvar #4D967F

RGB

 RED value IS 77 (30.47% from 255) = 21.75%

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

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

R = 21.75%
G = 42.37%
B = 35.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#4D967F (or 0x4D967F) is known color: Lochinvar. HEX triplet: 4D, 96 and 7F. RGB value is (77,150,127). Sum of RGB (Red+Green+Blue) = 77+150+127=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #4D967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D967F is #B26980. Grayscale: #7D7D7D. Windows color (decimal): -11692417 or 8361549. OLE color: 8361549.

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

Color convert

RGB 77 150 127 -
CMYK 0.49 0 0.15 0.41
HSL 161.1º 0.32% 0.45% -
HSV(B) 161.1º 0.49% 0.59% -
XYZ 17.8 24.92 23.95 -
YUV 125.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 77 150 127 0.49 0 0.15 0.41 161.1 0.32 0.45
Hex 4D 96 7F 31 0 F 29 A1 20 2D
Octal 115 226 177 61 0 17 51 241 40 55
Binary 1001101 10010110 1111111 110001 0 1111 101001 10100001 100000 101101

Color Harmonies of #4D967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D967F

Black with #4D967F

Text Example


Text Example

White with #4D967F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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