#708E5C

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

Shades of Highland #708E5C

Tints of Highland #708E5C

Color information

#708E5C (or 0x708E5C) is unknown color: approx Highland. HEX triplet: 70, 8E and 5C. RGB value is (112,142,92). Sum of RGB (Red+Green+Blue) = 112+142+92=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #708E5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708E5C is #8F71A3. Grayscale: #7F7F7F. Windows color (decimal): -9400740 or 6065776. OLE color: 6065776.

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

Color convert

RGB11214292-
CMYK0.2100.350.44
HSL96º21.37%45.88%-
HSV(B)96º35.21%55.69%-
XYZ18.2923.5613.71-
YUV127.33108.06117.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=32.37%
G=41.04%
B=26.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112142920.2100.350.449621.3745.88
Hex708E5C150232C60152e
Octal16021613425043541402556
Binary1110000100011101011100101010100011101100110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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