#708E8C

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

Shades of Juniper #708E8C

Tints of Juniper #708E8C

Color information

#708E8C (or 0x708E8C) is unknown color: approx Juniper. HEX triplet: 70, 8E and 8C. RGB value is (112,142,140). Sum of RGB (Red+Green+Blue) = 112+142+140=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 142 - color contains mainly: green. Hex color #708E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E8C is #8F7173. Grayscale: #848484. Windows color (decimal): -9400692 or 9211504. OLE color: 9211504.

HSL color Cylindrical-coordinate representation of color #708E8C: hue angle of 176º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708E8C is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB112142140-
CMYK0.2100.010.44
HSL176º11.81%49.8%-
HSV(B)176º21.13%55.69%-
XYZ21.0924.6828.46-
YUV132.8132.06113.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 142 (55.86% from 255) = 36.04%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=28.43%
G=36.04%
B=35.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121421400.2100.010.4417611.8149.8
Hex708E8C15012Cb0c32
Octal1602162142501542601462
Binary111000010001110100011001010101101100101100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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