#708B56

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

Shades of Highland #708B56

Tints of Highland #708B56

Color information

#708B56 (or 0x708B56) is unknown color: approx Highland. HEX triplet: 70, 8B and 56. RGB value is (112,139,86). Sum of RGB (Red+Green+Blue) = 112+139+86=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #708B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B56 is #8F74A9. Grayscale: #7D7D7D. Windows color (decimal): -9401514 or 5671792. OLE color: 5671792.

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

Color convert

RGB11213986-
CMYK0.1900.380.45
HSL90.57º23.56%44.12%-
HSV(B)90.57º38.13%54.51%-
XYZ17.5922.5812.24-
YUV124.88106.05118.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 86 (33.98% from 255) = 25.52%
R=33.23%
G=41.25%
B=25.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139860.1900.380.4590.5723.5644.12
Hex708B56130262D5b182c
Octal16021312623046551333054
Binary1110000100010111010110100110100110101101101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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