#70908E

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

Shades of Juniper #70908E

Tints of Juniper #70908E

Color information

#70908E (or 0x70908E) is unknown color: approx Juniper. HEX triplet: 70, 90 and 8E. RGB value is (112,144,142). Sum of RGB (Red+Green+Blue) = 112+144+142=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #70908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70908E is #8F6F71. Grayscale: #868686. Windows color (decimal): -9400178 or 9343088. OLE color: 9343088.

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

Color convert

RGB112144142-
CMYK0.2200.010.44
HSL176.25º12.6%50.2%-
HSV(B)176.25º22.22%56.47%-
XYZ21.5425.3429.35-
YUV134.2132.4112.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=28.14%
G=36.18%
B=35.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121441420.2200.010.44176.2512.650.2
Hex70908E16012Cb0d32
Octal1602202162601542601562
Binary111000010010000100011101011001101100101100001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70908E; }

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

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

<style>
 a { background-color: #70908E; }

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

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

<style>
 span { border-color: #70908E; }

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

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