#709B96

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

Shades of Juniper #709B96

Tints of Juniper #709B96

Color information

#709B96 (or 0x709B96) is unknown color: approx Juniper. HEX triplet: 70, 9B and 96. RGB value is (112,155,150). Sum of RGB (Red+Green+Blue) = 112+155+150=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 155 - color contains mainly: green. Hex color #709B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B96 is #8F6469. Grayscale: #8D8D8D. Windows color (decimal): -9397354 or 9870192. OLE color: 9870192.

HSL color Cylindrical-coordinate representation of color #709B96: hue angle of 173.02º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B96 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB112155150-
CMYK0.2800.030.39
HSL173.02º17.7%52.35%-
HSV(B)173.02º27.74%60.78%-
XYZ23.9129.0933.21-
YUV141.57132.75106.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=26.86%
G=37.17%
B=35.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1121551500.2800.030.39173.0217.752.35
Hex709B961C0327ad1234
Octal1602332263403472552264
Binary11100001001101110010110111000111001111010110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B96; }

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

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

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

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

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

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

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

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