Html Css Color HEX #708D60 Highland

📋 copy color: '#708D60'

red 112 ◦ green 141 ◦ blue 96

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

Shades of Highland #708D60

Tints of Highland #708D60

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.4%

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

R = 32.09%
G = 40.4%
B = 27.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#708D60 (or 0x708D60) is known color: Highland. HEX triplet: 70, 8D and 60. RGB value is (112,141,96). Sum of RGB (Red+Green+Blue) = 112+141+96=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #708D60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D60 is #8F729F. Grayscale: #7F7F7F. Windows color (decimal): -9400992 or 6327664. OLE color: 6327664.

HSL color Cylindrical-coordinate representation of color #708D60: hue angle of 98.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #708D60 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 141 96 -
CMYK 0.21 0 0.32 0.45
HSL 98.67º 0.19% 0.46% -
HSV(B) 98.67º 0.32% 0.55% -
XYZ 18.32 23.34 14.61 -
YUV 127.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 112 141 96 0.21 0 0.32 0.45 98.67 0.19 0.46
Hex 70 8D 60 15 0 20 2D 63 13 2E
Octal 160 215 140 25 0 40 55 143 23 56
Binary 1110000 10001101 1100000 10101 0 100000 101101 1100011 10011 101110

Color Harmonies of #708D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708D60

Black with #708D60

Text Example


Text Example

White with #708D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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