#719057

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

Shades of Highland #719057

Tints of Highland #719057

Color information

#719057 (or 0x719057) is unknown color: approx Highland. HEX triplet: 71, 90 and 57. RGB value is (113,144,87). Sum of RGB (Red+Green+Blue) = 113+144+87=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #719057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719057 is #8E6FA8. Grayscale: #808080. Windows color (decimal): -9334697 or 5738609. OLE color: 5738609.

HSL color Cylindrical-coordinate representation of color #719057: hue angle of 92.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719057 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB11314487-
CMYK0.2200.400.44
HSL92.63º24.68%45.29%-
HSV(B)92.63º39.58%56.47%-
XYZ18.524.1512.7-
YUV128.23104.73117.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=32.85%
G=41.86%
B=25.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144870.2200.400.4492.6324.6845.29
Hex719057160282C5d192d
Octal16122012726050541353155
Binary1110001100100001010111101100101000101100101110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719057; }

 p { color: rgb(113,144,87); }

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

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

 a { background-color: rgb(113,144,87); }

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

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

 span { border-color: rgb(113,144,87); }

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