Html Css Color HEX #708E5B Highland

📋 copy color: '#708E5B'

red 112 ◦ green 142 ◦ blue 91

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

Shades of Highland #708E5B

Tints of Highland #708E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.16%

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 32.46%
G = 41.16%
B = 26.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#708E5B (or 0x708E5B) is known color: Highland. HEX triplet: 70, 8E and 5B. RGB value is (112,142,91). Sum of RGB (Red+Green+Blue) = 112+142+91=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #708E5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E5B is #8F71A4. Grayscale: #7F7F7F. Windows color (decimal): -9400741 or 6000240. OLE color: 6000240.

HSL color Cylindrical-coordinate representation of color #708E5B: hue angle of 95.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #708E5B is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 142 91 -
CMYK 0.21 0 0.36 0.44
HSL 95.29º 0.22% 0.46% -
HSV(B) 95.29º 0.36% 0.56% -
XYZ 18.24 23.55 13.48 -
YUV 127.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 112 142 91 0.21 0 0.36 0.44 95.29 0.22 0.46
Hex 70 8E 5B 15 0 24 2C 5F 16 2E
Octal 160 216 133 25 0 44 54 137 26 56
Binary 1110000 10001110 1011011 10101 0 100100 101100 1011111 10110 101110

Color Harmonies of #708E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708E5B

Black with #708E5B

Text Example


Text Example

White with #708E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708E5B; }

 p { color: rgb(112,142,91); }

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

background-color css

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

 a { background-color: rgb(112,142,91); }

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

border-color css

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

 span { border-color: rgb(112,142,91); }

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