Html Css Color HEX #4F9F85 Lochinvar

📋 copy color: '#4F9F85'

red 79 ◦ green 159 ◦ blue 133

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

Shades of Lochinvar #4F9F85

Tints of Lochinvar #4F9F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 21.29%
G = 42.86%
B = 35.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#4F9F85 (or 0x4F9F85) is known color: Lochinvar. HEX triplet: 4F, 9F and 85. RGB value is (79,159,133). Sum of RGB (Red+Green+Blue) = 79+159+133=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F85 is #B0607A. Grayscale: #848484. Windows color (decimal): -11559035 or 8757071. OLE color: 8757071.

HSL color Cylindrical-coordinate representation of color #4F9F85: hue angle of 160.5º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9F85 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 159 133 -
CMYK 0.50 0 0.16 0.38
HSL 160.5º 0.34% 0.47% -
HSV(B) 160.5º 0.5% 0.62% -
XYZ 19.86 28.15 26.58 -
YUV 132.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 79 159 133 0.50 0 0.16 0.38 160.5 0.34 0.47
Hex 4F 9F 85 32 0 10 26 A0 22 2F
Octal 117 237 205 62 0 20 46 240 42 57
Binary 1001111 10011111 10000101 110010 0 10000 100110 10100000 100010 101111

Color Harmonies of #4F9F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9F85

Black with #4F9F85

Text Example


Text Example

White with #4F9F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,159,133); }

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

background-color css

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

 a { background-color: rgb(79,159,133); }

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

border-color css

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

 span { border-color: rgb(79,159,133); }

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