#719360

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

Shades of Highland #719360

Tints of Highland #719360

Color information

#719360 (or 0x719360) is unknown color: approx Highland. HEX triplet: 71, 93 and 60. RGB value is (113,147,96). Sum of RGB (Red+Green+Blue) = 113+147+96=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #719360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719360 is #8E6C9F. Grayscale: #838383. Windows color (decimal): -9333920 or 6329201. OLE color: 6329201.

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

Color convert

RGB11314796-
CMYK0.2300.350.42
HSL100º20.99%47.65%-
HSV(B)100º34.69%57.65%-
XYZ19.3625.2214.91-
YUV131.02108.24115.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 96 (37.89% from 255) = 26.97%
R=31.74%
G=41.29%
B=26.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147960.2300.350.4210020.9947.65
Hex719360170232A641530
Octal16122314027043521442560
Binary1110001100100111100000101110100011101010110010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719360; }

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

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

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

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

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

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

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

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