#709590

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

Shades of Juniper #709590

Tints of Juniper #709590

Color information

#709590 (or 0x709590) is unknown color: approx Juniper. HEX triplet: 70, 95 and 90. RGB value is (112,149,144). Sum of RGB (Red+Green+Blue) = 112+149+144=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 149 - color contains mainly: green. Hex color #709590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709590 is #8F6A6F. Grayscale: #898989. Windows color (decimal): -9398896 or 9475440. OLE color: 9475440.

HSL color Cylindrical-coordinate representation of color #709590: hue angle of 171.89º 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 #709590 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB112149144-
CMYK0.2500.030.42
HSL171.89º14.86%51.18%-
HSV(B)171.89º24.83%58.43%-
XYZ22.4626.9530.4-
YUV137.37131.74109.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 149 (58.59% from 255) = 36.79%
BLUE value IS 144 (56.64% from 255) = 35.56%
R=27.65%
G=36.79%
B=35.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121491440.2500.030.42171.8914.8651.18
Hex70959019032Aacf33
Octal1602252203103522541763
Binary1110000100101011001000011001011101010101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709590; }

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

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

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

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

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

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

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

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