#708D59

Color #708D59 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #708D59

Tints of Highland #708D59

Color information

#708D59 (or 0x708D59) is unknown color: approx Highland. HEX triplet: 70, 8D and 59. RGB value is (112,141,89). Sum of RGB (Red+Green+Blue) = 112+141+89=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #708D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D59 is #8F72A6. Grayscale: #7E7E7E. Windows color (decimal): -9400999 or 5868912. OLE color: 5868912.

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

Color convert

RGB11214189-
CMYK0.2100.370.45
HSL93.46º22.61%45.1%-
HSV(B)93.46º36.88%55.29%-
XYZ18.0123.2212.98-
YUV126.4106.89117.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 141 (55.47% from 255) = 41.23%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=32.75%
G=41.23%
B=26.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141890.2100.370.4593.4622.6145.1
Hex708D59150252D5d172d
Octal16021513125045551352755
Binary1110000100011011011001101010100101101101101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #708D59;
 }
 .AnyTagClassName
 {
   color: #708D59;
 }
</style>
background-color css

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

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

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

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

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

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