Html Css Color HEX #719560 Highland

📋 copy color: '#719560'

red 113 ◦ green 149 ◦ blue 96

#719560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #719560

Tints of Highland #719560

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 value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#719560 (or 0x719560) is known color: 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

RGB 113 149 96 -
CMYK 0.24 0 0.36 0.42
HSL 100.75º 0.22% 0.48% -
HSV(B) 100.75º 0.36% 0.58% -
XYZ 19.67 25.85 15.02 -
YUV 132.19 107.57 114.31 -
System Red Green Blue C M Y K H S L
Decimal 113 149 96 0.24 0 0.36 0.42 100.75 0.22 0.48
Hex 71 95 60 18 0 24 2A 65 16 30
Octal 161 225 140 30 0 44 52 145 26 60
Binary 1110001 10010101 1100000 11000 0 100100 101010 1100101 10110 110000

Color Harmonies of #719560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719560

Black with #719560

Text Example


Text Example

White with #719560

Text Example


Text Example

HTML Codes & Css Web 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>