Html Css Color HEX #719350 Highland

📋 copy color: '#719350'

red 113 ◦ green 147 ◦ blue 80

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

Shades of Highland #719350

Tints of Highland #719350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 33.24%
G = 43.24%
B = 23.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#719350 (or 0x719350) is known color: Highland. HEX triplet: 71, 93 and 50. RGB value is (113,147,80). Sum of RGB (Red+Green+Blue) = 113+147+80=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #719350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719350 is #8E6CAF. Grayscale: #818181. Windows color (decimal): -9333936 or 5280625. OLE color: 5280625.

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

Color convert

RGB 113 147 80 -
CMYK 0.23 0 0.46 0.42
HSL 90.45º 0.3% 0.45% -
HSV(B) 90.45º 0.46% 0.58% -
XYZ 18.69 24.96 11.42 -
YUV 129.2 100.24 116.45 -
System Red Green Blue C M Y K H S L
Decimal 113 147 80 0.23 0 0.46 0.42 90.45 0.3 0.45
Hex 71 93 50 17 0 2E 2A 5A 1E 2D
Octal 161 223 120 27 0 56 52 132 36 55
Binary 1110001 10010011 1010000 10111 0 101110 101010 1011010 11110 101101

Color Harmonies of #719350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719350

Black with #719350

Text Example


Text Example

White with #719350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719350; }

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

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

background-color css

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

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

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

border-color css

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

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

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