#708B5E

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

Shades of Highland #708B5E

Tints of Highland #708B5E

Color information

#708B5E (or 0x708B5E) is unknown color: approx Highland. HEX triplet: 70, 8B and 5E. RGB value is (112,139,94). Sum of RGB (Red+Green+Blue) = 112+139+94=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #708B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B5E is #8F74A1. Grayscale: #7D7D7D. Windows color (decimal): -9401506 or 6196080. OLE color: 6196080.

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

Color convert

RGB11213994-
CMYK0.1900.320.45
HSL96º19.31%45.69%-
HSV(B)96º32.37%54.51%-
XYZ17.9422.7214.03-
YUV125.8110.05118.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 139 (54.69% from 255) = 40.29%
BLUE value IS 94 (37.11% from 255) = 27.25%
R=32.46%
G=40.29%
B=27.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112139940.1900.320.459619.3145.69
Hex708B5E130202D60132e
Octal16021313623040551402356
Binary1110000100010111011110100110100000101101110000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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