Html Css Color HEX #719460 Highland

📋 copy color: '#719460'

red 113 ◦ green 148 ◦ blue 96

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

Shades of Highland #719460

Tints of Highland #719460

RGB

 RED value IS 113 (44.53% from 255) = 31.65%

 GREEN value IS 148 (58.2% from 255) = 41.46%

 BLUE value IS 96 (37.89% from 255) = 26.89%

R = 31.65%
G = 41.46%
B = 26.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#719460 (or 0x719460) is known color: Highland. HEX triplet: 71, 94 and 60. RGB value is (113,148,96). Sum of RGB (Red+Green+Blue) = 113+148+96=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #719460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719460 is #8E6B9F. Grayscale: #838383. Windows color (decimal): -9333664 or 6329457. OLE color: 6329457.

HSL color Cylindrical-coordinate representation of color #719460: hue angle of 100.38º 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 #719460 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 96 -
CMYK 0.24 0 0.35 0.42
HSL 100.38º 0.21% 0.48% -
HSV(B) 100.38º 0.35% 0.58% -
XYZ 19.51 25.54 14.97 -
YUV 131.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 113 148 96 0.24 0 0.35 0.42 100.38 0.21 0.48
Hex 71 94 60 18 0 23 2A 64 15 30
Octal 161 224 140 30 0 43 52 144 25 60
Binary 1110001 10010100 1100000 11000 0 100011 101010 1100100 10101 110000

Color Harmonies of #719460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719460

Black with #719460

Text Example


Text Example

White with #719460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719460; }

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

 H1.HeaderClassName
 {
   color: #719460;
 }
 .AnyTagClassName
 {
   color: #719460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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