Html Css Color HEX #719461 Highland

📋 copy color: '#719461'

red 113 ◦ green 148 ◦ blue 97

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

Shades of Highland #719461

Tints of Highland #719461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.09%

R = 31.56%
G = 41.34%
B = 27.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#719461 (or 0x719461) is known color: Highland. HEX triplet: 71, 94 and 61. RGB value is (113,148,97). Sum of RGB (Red+Green+Blue) = 113+148+97=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 148 - color contains mainly: green. Hex color #719461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719461 is #8E6B9E. Grayscale: #838383. Windows color (decimal): -9333663 or 6394993. OLE color: 6394993.

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

Color convert

RGB 113 148 97 -
CMYK 0.24 0 0.34 0.42
HSL 101.18º 0.21% 0.48% -
HSV(B) 101.18º 0.34% 0.58% -
XYZ 19.56 25.55 15.21 -
YUV 131.72 108.4 114.65 -
System Red Green Blue C M Y K H S L
Decimal 113 148 97 0.24 0 0.34 0.42 101.18 0.21 0.48
Hex 71 94 61 18 0 22 2A 65 15 30
Octal 161 224 141 30 0 42 52 145 25 60
Binary 1110001 10010100 1100001 11000 0 100010 101010 1100101 10101 110000

Color Harmonies of #719461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719461

Black with #719461

Text Example


Text Example

White with #719461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719461; }

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

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

background-color css

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

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

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

border-color css

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

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

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