#708E8E

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

Shades of Juniper #708E8E

Tints of Juniper #708E8E

Color information

#708E8E (or 0x708E8E) is unknown color: approx Juniper. HEX triplet: 70, 8E and 8E. RGB value is (112,142,142). Sum of RGB (Red+Green+Blue) = 112+142+142=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #708E8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708E8E is #8F7171. Grayscale: #858585. Windows color (decimal): -9400690 or 9342576. OLE color: 9342576.

HSL color Cylindrical-coordinate representation of color #708E8E: hue angle of 180º 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 #708E8E is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112142142-
CMYK0.21000.44
HSL180º11.81%49.8%-
HSV(B)180º21.13%55.69%-
XYZ21.2424.7429.25-
YUV133.03133.06113-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=28.28%
G=35.86%
B=35.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121421420.21000.4418011.8149.8
Hex708E8E15002Cb4c32
Octal1602162162500542641462
Binary111000010001110100011101010100101100101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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