#708F56

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

Shades of Highland #708F56

Tints of Highland #708F56

Color information

#708F56 (or 0x708F56) is unknown color: approx Highland. HEX triplet: 70, 8F and 56. RGB value is (112,143,86). Sum of RGB (Red+Green+Blue) = 112+143+86=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 143 - color contains mainly: green. Hex color #708F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708F56 is #8F70A9. Grayscale: #7F7F7F. Windows color (decimal): -9400490 or 5672816. OLE color: 5672816.

HSL color Cylindrical-coordinate representation of color #708F56: hue angle of 92.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708F56 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB11214386-
CMYK0.2200.400.44
HSL92.63º24.89%44.9%-
HSV(B)92.63º39.86%56.08%-
XYZ18.1823.7612.43-
YUV127.23104.73117.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 143 (56.25% from 255) = 41.94%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=32.84%
G=41.94%
B=25.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112143860.2200.400.4492.6324.8944.9
Hex708F56160282C5d192d
Octal16021712626050541353155
Binary1110000100011111010110101100101000101100101110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,143,86); }

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

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

 a { background-color: rgb(112,143,86); }

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

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

 span { border-color: rgb(112,143,86); }

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