#709393

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

Shades of Juniper #709393

Tints of Juniper #709393

Color information

#709393 (or 0x709393) is unknown color: approx Juniper. HEX triplet: 70, 93 and 93. RGB value is (112,147,147). Sum of RGB (Red+Green+Blue) = 112+147+147=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #709393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709393 is #8F6C6C. Grayscale: #888888. Windows color (decimal): -9399405 or 9671536. OLE color: 9671536.

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

Color convert

RGB112147147-
CMYK0.24000.42
HSL180º13.94%50.78%-
HSV(B)180º23.81%57.65%-
XYZ22.3826.4231.52-
YUV136.54133.9110.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.59%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=27.59%
G=36.21%
B=36.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471470.24000.4218013.9450.78
Hex70939318002Ab4e33
Octal1602232233000522641663
Binary111000010010011100100111100000101010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709393; }

 p { color: rgb(112,147,147); }

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

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

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

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

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

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

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