#708D5C

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

Shades of Highland #708D5C

Tints of Highland #708D5C

Color information

#708D5C (or 0x708D5C) is unknown color: approx Highland. HEX triplet: 70, 8D and 5C. RGB value is (112,141,92). Sum of RGB (Red+Green+Blue) = 112+141+92=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #708D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D5C is #8F72A3. Grayscale: #7E7E7E. Windows color (decimal): -9400996 or 6065520. OLE color: 6065520.

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

Color convert

RGB11214192-
CMYK0.2100.350.45
HSL95.51º21.03%45.69%-
HSV(B)95.51º34.75%55.29%-
XYZ18.1423.2713.66-
YUV126.74108.39117.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 141 (55.47% from 255) = 40.87%
BLUE value IS 92 (36.33% from 255) = 26.67%
R=32.46%
G=40.87%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112141920.2100.350.4595.5121.0345.69
Hex708D5C150232D60152e
Octal16021513425043551402556
Binary1110000100011011011100101010100011101101110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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