#709696

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

Shades of Juniper #709696

Tints of Juniper #709696

Color information

#709696 (or 0x709696) is unknown color: approx Juniper. HEX triplet: 70, 96 and 96. RGB value is (112,150,150). Sum of RGB (Red+Green+Blue) = 112+150+150=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #709696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709696 is #8F6969. Grayscale: #8A8A8A. Windows color (decimal): -9398634 or 9868912. OLE color: 9868912.

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

Color convert

RGB112150150-
CMYK0.25000.41
HSL180º15.32%51.37%-
HSV(B)180º25.33%58.82%-
XYZ23.0927.4632.94-
YUV138.64134.41109-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=27.18%
G=36.41%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501500.25000.4118015.3251.37
Hex709696190029b4f33
Octal1602262263100512641763
Binary111000010010110100101101100100101001101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709696; }

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

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

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

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

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

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

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

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