#709294

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

Shades of Juniper #709294

Tints of Juniper #709294

Color information

#709294 (or 0x709294) is unknown color: approx Juniper. HEX triplet: 70, 92 and 94. RGB value is (112,146,148). Sum of RGB (Red+Green+Blue) = 112+146+148=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #709294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709294 is #8F6D6B. Grayscale: #888888. Windows color (decimal): -9399660 or 9736816. OLE color: 9736816.

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

Color convert

RGB112146148-
CMYK0.240.0100.42
HSL183.33º14.4%50.98%-
HSV(B)183.33º24.32%58.04%-
XYZ22.3126.1431.89-
YUV136.06134.74110.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=27.59%
G=35.96%
B=36.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121461480.240.0100.42183.3314.450.98
Hex70929418102Ab7e33
Octal1602222243010522671663
Binary111000010010010100101001100010101010101101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709294; }

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

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

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

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

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

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

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

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