Html Css Color HEX #4F9F90 Lochinvar

📋 copy color: '#4F9F90'

red 79 ◦ green 159 ◦ blue 144

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

Shades of Lochinvar #4F9F90

Tints of Lochinvar #4F9F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 20.68%
G = 41.62%
B = 37.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#4F9F90 (or 0x4F9F90) is known color: Lochinvar. HEX triplet: 4F, 9F and 90. RGB value is (79,159,144). Sum of RGB (Red+Green+Blue) = 79+159+144=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #4F9F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9F90 is #B0606F. Grayscale: #858585. Windows color (decimal): -11559024 or 9477967. OLE color: 9477967.

HSL color Cylindrical-coordinate representation of color #4F9F90: hue angle of 168.75º 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 #4F9F90 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 79 159 144 -
CMYK 0.50 0 0.09 0.38
HSL 168.75º 0.34% 0.47% -
HSV(B) 168.75º 0.5% 0.62% -
XYZ 20.66 28.47 30.79 -
YUV 133.37 134 89.22 -
System Red Green Blue C M Y K H S L
Decimal 79 159 144 0.50 0 0.09 0.38 168.75 0.34 0.47
Hex 4F 9F 90 32 0 9 26 A9 22 2F
Octal 117 237 220 62 0 11 46 251 42 57
Binary 1001111 10011111 10010000 110010 0 1001 100110 10101001 100010 101111

Color Harmonies of #4F9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F9F90

Black with #4F9F90

Text Example


Text Example

White with #4F9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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