#719050

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

Shades of Highland #719050

Tints of Highland #719050

Color information

#719050 (or 0x719050) is unknown color: approx Highland. HEX triplet: 71, 90 and 50. RGB value is (113,144,80). Sum of RGB (Red+Green+Blue) = 113+144+80=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #719050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719050 is #8E6FAF. Grayscale: #7F7F7F. Windows color (decimal): -9334704 or 5279857. OLE color: 5279857.

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

Color convert

RGB11314480-
CMYK0.2200.440.44
HSL89.06º28.57%43.92%-
HSV(B)89.06º44.44%56.47%-
XYZ18.2324.0411.27-
YUV127.44101.23117.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=33.53%
G=42.73%
B=23.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113144800.2200.440.4489.0628.5743.92
Hex7190501602C2C591d2c
Octal16122012026054541313554
Binary1110001100100001010000101100101100101100101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719050; }

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

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

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

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

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

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

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

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