#468B7F

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

Shades of Lochinvar #468B7F

Tints of Lochinvar #468B7F

Color information

#468B7F (or 0x468B7F) is unknown color: approx Lochinvar. HEX triplet: 46, 8B and 7F. RGB value is (70,139,127). Sum of RGB (Red+Green+Blue) = 70+139+127=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #468B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B7F is #B97480. Grayscale: #747474. Windows color (decimal): -12153985 or 8358726. OLE color: 8358726.

HSL color Cylindrical-coordinate representation of color #468B7F: hue angle of 169.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B7F is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB70139127-
CMYK0.5000.090.45
HSL169.57º33.01%40.98%-
HSV(B)169.57º49.64%54.51%-
XYZ15.5921.323.37-
YUV117133.6494.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 139 (54.69% from 255) = 41.37%
BLUE value IS 127 (50% from 255) = 37.80%
R=20.83%
G=41.37%
B=37.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701391270.5000.090.45169.5733.0140.98
Hex468B7F32092Daa2129
Octal10621317762011552524151
Binary10001101000101111111111100100100110110110101010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,127); }

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

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

 a { background-color: rgb(70,139,127); }

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

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

 span { border-color: rgb(70,139,127); }

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