#709495

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

Shades of Juniper #709495

Tints of Juniper #709495

Color information

#709495 (or 0x709495) is unknown color: approx Juniper. HEX triplet: 70, 94 and 95. RGB value is (112,148,149). Sum of RGB (Red+Green+Blue) = 112+148+149=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #709495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709495 is #8F6B6A. Grayscale: #898989. Windows color (decimal): -9399147 or 9802864. OLE color: 9802864.

HSL color Cylindrical-coordinate representation of color #709495: hue angle of 181.62º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709495 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112148149-
CMYK0.250.0100.42
HSL181.62º14.86%51.18%-
HSV(B)181.62º24.83%58.43%-
XYZ22.726.7932.41-
YUV137.35134.57109.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 148 (58.20% from 255) = 36.19%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=27.38%
G=36.19%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121481490.250.0100.42181.6214.8651.18
Hex70949519102Ab6f33
Octal1602242253110522661763
Binary111000010010100100101011100110101010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709495; }

 p { color: rgb(112,148,149); }

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

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

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

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

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

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

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