#719357

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

Shades of Highland #719357

Tints of Highland #719357

Color information

#719357 (or 0x719357) is unknown color: approx Highland. HEX triplet: 71, 93 and 57. RGB value is (113,147,87). Sum of RGB (Red+Green+Blue) = 113+147+87=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #719357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719357 is #8E6CA8. Grayscale: #828282. Windows color (decimal): -9333929 or 5739377. OLE color: 5739377.

HSL color Cylindrical-coordinate representation of color #719357: hue angle of 94º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719357 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11314787-
CMYK0.2300.410.42
HSL94º25.64%45.88%-
HSV(B)94º40.82%57.65%-
XYZ18.9625.0712.86-
YUV129.99103.74115.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=32.56%
G=42.36%
B=25.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147870.2300.410.429425.6445.88
Hex719357170292A5e1a2e
Octal16122312727051521363256
Binary1110001100100111010111101110101001101010101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719357; }

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

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

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

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

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

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

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

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