#739A96

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

Shades of Juniper #739A96

Tints of Juniper #739A96

Color information

#739A96 (or 0x739A96) is unknown color: approx Juniper. HEX triplet: 73, 9A and 96. RGB value is (115,154,150). Sum of RGB (Red+Green+Blue) = 115+154+150=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #739A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A96 is #8C6569. Grayscale: #8D8D8D. Windows color (decimal): -9201002 or 9869939. OLE color: 9869939.

HSL color Cylindrical-coordinate representation of color #739A96: hue angle of 173.85º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A96 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB115154150-
CMYK0.2500.030.40
HSL173.85º16.18%52.75%-
HSV(B)173.85º25.32%60.39%-
XYZ24.1328.9633.17-
YUV141.88132.58108.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=27.45%
G=36.75%
B=35.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151541500.2500.030.40173.8516.1852.75
Hex739A96190328ae1035
Octal1632322263103502562065
Binary11100111001101010010110110010111010001010111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739A96; }

 p { color: rgb(115,154,150); }

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

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

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

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

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

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

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