#719560

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

Shades of Highland #719560

Tints of Highland #719560

Color information

#719560 (or 0x719560) is unknown color: approx Highland. HEX triplet: 71, 95 and 60. RGB value is (113,149,96). Sum of RGB (Red+Green+Blue) = 113+149+96=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #719560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719560 is #8E6A9F. Grayscale: #848484. Windows color (decimal): -9333408 or 6329713. OLE color: 6329713.

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

Color convert

RGB11314996-
CMYK0.2400.360.42
HSL100.75º21.63%48.04%-
HSV(B)100.75º35.57%58.43%-
XYZ19.6725.8515.02-
YUV132.19107.57114.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=31.56%
G=41.62%
B=26.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149960.2400.360.42100.7521.6348.04
Hex719560180242A651630
Octal16122514030044521452660
Binary1110001100101011100000110000100100101010110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719560; }

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

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

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

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

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

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

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

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