#708A5B

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

Shades of Highland #708A5B

Tints of Highland #708A5B

Color information

#708A5B (or 0x708A5B) is unknown color: approx Highland. HEX triplet: 70, 8A and 5B. RGB value is (112,138,91). Sum of RGB (Red+Green+Blue) = 112+138+91=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 138 - color contains mainly: green. Hex color #708A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A5B is #8F75A4. Grayscale: #7D7D7D. Windows color (decimal): -9401765 or 5999216. OLE color: 5999216.

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

Color convert

RGB11213891-
CMYK0.1900.340.46
HSL93.19º20.52%44.9%-
HSV(B)93.19º34.06%54.12%-
XYZ17.6622.3813.29-
YUV124.87108.89118.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=32.84%
G=40.47%
B=26.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112138910.1900.340.4693.1920.5244.9
Hex708A5B130222E5d152d
Octal16021213323042561352555
Binary1110000100010101011011100110100010101110101110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,91); }

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

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

 a { background-color: rgb(112,138,91); }

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

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

 span { border-color: rgb(112,138,91); }

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