#708A89

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

Shades of Juniper #708A89

Tints of Juniper #708A89

Color information

#708A89 (or 0x708A89) is unknown color: approx Juniper. HEX triplet: 70, 8A and 89. RGB value is (112,138,137). Sum of RGB (Red+Green+Blue) = 112+138+137=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #708A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708A89 is #8F7576. Grayscale: #828282. Windows color (decimal): -9401719 or 9013872. OLE color: 9013872.

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

Color convert

RGB112138137-
CMYK0.1900.010.46
HSL177.69º10.4%49.02%-
HSV(B)177.69º18.84%54.12%-
XYZ20.2923.4327.12-
YUV130.11131.89115.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.94%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=28.94%
G=35.66%
B=35.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121381370.1900.010.46177.6910.449.02
Hex708A8913012Eb2a31
Octal1602122112301562621261
Binary111000010001010100010011001101101110101100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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