#709899

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

Shades of Juniper #709899

Tints of Juniper #709899

Color information

#709899 (or 0x709899) is unknown color: approx Juniper. HEX triplet: 70, 98 and 99. RGB value is (112,152,153). Sum of RGB (Red+Green+Blue) = 112+152+153=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #709899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709899 is #8F6766. Grayscale: #8C8C8C. Windows color (decimal): -9398119 or 10066032. OLE color: 10066032.

HSL color Cylindrical-coordinate representation of color #709899: hue angle of 181.46º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709899 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB112152153-
CMYK0.270.0100.4
HSL181.46º16.73%51.96%-
HSV(B)181.46º26.8%60%-
XYZ23.6628.234.33-
YUV140.15135.25107.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=26.86%
G=36.45%
B=36.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121521530.270.0100.4181.4616.7351.96
Hex7098991B1028b51134
Octal1602302313310502652164
Binary1110000100110001001100111011101010001011010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709899; }

 p { color: rgb(112,152,153); }

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

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

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

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

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

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

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