Html Css Color HEX #709160 Highland

📋 copy color: '#709160'

red 112 ◦ green 145 ◦ blue 96

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

Shades of Highland #709160

Tints of Highland #709160

RGB

 RED value IS 112 (44.14% from 255) = 31.73%

 GREEN value IS 145 (57.03% from 255) = 41.08%

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

R = 31.73%
G = 41.08%
B = 27.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#709160 (or 0x709160) is known color: Highland. HEX triplet: 70, 91 and 60. RGB value is (112,145,96). Sum of RGB (Red+Green+Blue) = 112+145+96=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #709160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709160 is #8F6E9F. Grayscale: #818181. Windows color (decimal): -9399968 or 6328688. OLE color: 6328688.

HSL color Cylindrical-coordinate representation of color #709160: hue angle of 100.41º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #709160 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 96 -
CMYK 0.23 0 0.34 0.43
HSL 100.41º 0.2% 0.47% -
HSV(B) 100.41º 0.34% 0.57% -
XYZ 18.92 24.54 14.81 -
YUV 129.55 109.07 115.48 -
System Red Green Blue C M Y K H S L
Decimal 112 145 96 0.23 0 0.34 0.43 100.41 0.2 0.47
Hex 70 91 60 17 0 22 2B 64 14 2F
Octal 160 221 140 27 0 42 53 144 24 57
Binary 1110000 10010001 1100000 10111 0 100010 101011 1100100 10100 101111

Color Harmonies of #709160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709160

Black with #709160

Text Example


Text Example

White with #709160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709160; }

 p { color: rgb(112,145,96); }

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

background-color css

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

 a { background-color: rgb(112,145,96); }

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

border-color css

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

 span { border-color: rgb(112,145,96); }

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