#468F80

Color #468F80 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #468F80

Tints of Lochinvar #468F80

Color information

#468F80 (or 0x468F80) is unknown color: approx Lochinvar. HEX triplet: 46, 8F and 80. RGB value is (70,143,128). Sum of RGB (Red+Green+Blue) = 70+143+128=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #468F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F80 is #B9707F. Grayscale: #777777. Windows color (decimal): -12152960 or 8425286. OLE color: 8425286.

HSL color Cylindrical-coordinate representation of color #468F80: hue angle of 167.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F80 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB70143128-
CMYK0.5100.100.44
HSL167.67º34.27%41.76%-
HSV(B)167.67º51.05%56.08%-
XYZ16.2422.5123.91-
YUV119.46132.8292.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=20.53%
G=41.94%
B=37.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431280.5100.100.44167.6734.2741.76
Hex468F80330A2Ca8222a
Octal10621720063012542504252
Binary100011010001111100000001100110101010110010101000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468F80; }

 p { color: rgb(70,143,128); }

 H1.HeaderClassName
 {
   color: #468F80;
 }
 .AnyTagClassName
 {
   color: #468F80;
 }
</style>
background-color css

<style>
 a { background-color: #468F80; }

 a { background-color: rgb(70,143,128); }

 div.DivClassName
 {
   background-color: #468F80;
 }
 .BgClassName
 {
   background-color: #468F80;
 }
</style>
border-color css

<style>
 span { border-color: #468F80; }

 span { border-color: rgb(70,143,128); }

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