#709092

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

Shades of Juniper #709092

Tints of Juniper #709092

Color information

#709092 (or 0x709092) is unknown color: approx Juniper. HEX triplet: 70, 90 and 92. RGB value is (112,144,146). Sum of RGB (Red+Green+Blue) = 112+144+146=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #709092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709092 is #8F6F6D. Grayscale: #868686. Windows color (decimal): -9400174 or 9605232. OLE color: 9605232.

HSL color Cylindrical-coordinate representation of color #709092: hue angle of 183.53º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709092 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB112144146-
CMYK0.230.0100.43
HSL183.53º13.49%50.59%-
HSV(B)183.53º23.29%57.25%-
XYZ21.8425.4730.96-
YUV134.66134.4111.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=27.86%
G=35.82%
B=36.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121441460.230.0100.43183.5313.4950.59
Hex70909217102Bb8d33
Octal1602202222710532701563
Binary111000010010000100100101011110101011101110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709092; }

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

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

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

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

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

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

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

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