Html Css Color HEX #719459 Highland

📋 copy color: '#719459'

red 113 ◦ green 148 ◦ blue 89

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

Shades of Highland #719459

Tints of Highland #719459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.43%

R = 32.29%
G = 42.29%
B = 25.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#719459 (or 0x719459) is known color: Highland. HEX triplet: 71, 94 and 59. RGB value is (113,148,89). Sum of RGB (Red+Green+Blue) = 113+148+89=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #719459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719459 is #8E6BA6. Grayscale: #838383. Windows color (decimal): -9333671 or 5870705. OLE color: 5870705.

HSL color Cylindrical-coordinate representation of color #719459: hue angle of 95.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719459 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 148 89 -
CMYK 0.24 0 0.40 0.42
HSL 95.59º 0.25% 0.46% -
HSV(B) 95.59º 0.4% 0.58% -
XYZ 19.2 25.41 13.34 -
YUV 130.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 113 148 89 0.24 0 0.40 0.42 95.59 0.25 0.46
Hex 71 94 59 18 0 28 2A 60 19 2E
Octal 161 224 131 30 0 50 52 140 31 56
Binary 1110001 10010100 1011001 11000 0 101000 101010 1100000 11001 101110

Color Harmonies of #719459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719459

Black with #719459

Text Example


Text Example

White with #719459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719459; }

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

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

background-color css

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

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

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

border-color css

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

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

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