#708956

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

Shades of Highland #708956

Tints of Highland #708956

Color information

#708956 (or 0x708956) is unknown color: approx Highland. HEX triplet: 70, 89 and 56. RGB value is (112,137,86). Sum of RGB (Red+Green+Blue) = 112+137+86=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #708956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708956 is #8F76A9. Grayscale: #7B7B7B. Windows color (decimal): -9402026 or 5671280. OLE color: 5671280.

HSL color Cylindrical-coordinate representation of color #708956: hue angle of 89.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #708956 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB11213786-
CMYK0.1800.370.46
HSL89.41º22.87%43.73%-
HSV(B)89.41º37.23%53.73%-
XYZ17.3122.0112.14-
YUV123.71106.72119.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 86 (33.98% from 255) = 25.67%
R=33.43%
G=40.90%
B=25.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137860.1800.370.4689.4122.8743.73
Hex708956120252E59172c
Octal16021112622045561312754
Binary1110000100010011010110100100100101101110101100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708956; }

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

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

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

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

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

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

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

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