#719150

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

Shades of Highland #719150

Tints of Highland #719150

Color information

#719150 (or 0x719150) is unknown color: approx Highland. HEX triplet: 71, 91 and 50. RGB value is (113,145,80). Sum of RGB (Red+Green+Blue) = 113+145+80=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #719150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719150 is #8E6EAF. Grayscale: #808080. Windows color (decimal): -9334448 or 5280113. OLE color: 5280113.

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

Color convert

RGB11314580-
CMYK0.2200.450.43
HSL89.54º28.89%44.12%-
HSV(B)89.54º44.83%56.86%-
XYZ18.3824.3411.32-
YUV128.02100.9117.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=33.43%
G=42.90%
B=23.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113145800.2200.450.4389.5428.8944.12
Hex7191501602D2B5a1d2c
Octal16122112026055531323554
Binary1110001100100011010000101100101101101011101101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719150; }

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

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

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

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

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

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

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

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