#709D9A

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

Shades of Juniper #709D9A

Tints of Juniper #709D9A

Color information

#709D9A (or 0x709D9A) is unknown color: approx Juniper. HEX triplet: 70, 9D and 9A. RGB value is (112,157,154). Sum of RGB (Red+Green+Blue) = 112+157+154=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 157 - color contains mainly: green. Hex color #709D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709D9A is #8F6265. Grayscale: #8F8F8F. Windows color (decimal): -9396838 or 10132848. OLE color: 10132848.

HSL color Cylindrical-coordinate representation of color #709D9A: hue angle of 176º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #709D9A is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB112157154-
CMYK0.2900.020.38
HSL176º18.67%52.75%-
HSV(B)176º28.66%61.57%-
XYZ24.5729.8935.05-
YUV143.2134.09105.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=26.48%
G=37.12%
B=36.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121571540.2900.020.3817618.6752.75
Hex709D9A1D0226b01335
Octal1602352323502462602365
Binary11100001001110110011010111010101001101011000010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,157,154); }

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

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

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

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

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

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

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