#708C56

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

Shades of Highland #708C56

Tints of Highland #708C56

Color information

#708C56 (or 0x708C56) is unknown color: approx Highland. HEX triplet: 70, 8C and 56. RGB value is (112,140,86). Sum of RGB (Red+Green+Blue) = 112+140+86=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #708C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708C56 is #8F73A9. Grayscale: #7D7D7D. Windows color (decimal): -9401258 or 5672048. OLE color: 5672048.

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

Color convert

RGB11214086-
CMYK0.2000.390.45
HSL91.11º23.89%44.31%-
HSV(B)91.11º38.57%54.9%-
XYZ17.7422.8712.28-
YUV125.47105.72118.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 86 (33.98% from 255) = 25.44%
R=33.14%
G=41.42%
B=25.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112140860.2000.390.4591.1123.8944.31
Hex708C56140272D5b182c
Octal16021412624047551333054
Binary1110000100011001010110101000100111101101101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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