#739B96

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

Shades of Juniper #739B96

Tints of Juniper #739B96

Color information

#739B96 (or 0x739B96) is unknown color: approx Juniper. HEX triplet: 73, 9B and 96. RGB value is (115,155,150). Sum of RGB (Red+Green+Blue) = 115+155+150=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #739B96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B96 is #8C6469. Grayscale: #8E8E8E. Windows color (decimal): -9200746 or 9870195. OLE color: 9870195.

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

Color convert

RGB115155150-
CMYK0.2600.030.39
HSL172.5º16.67%52.94%-
HSV(B)172.5º25.81%60.78%-
XYZ24.329.2933.23-
YUV142.47132.25108.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.38%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=27.38%
G=36.90%
B=35.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551500.2600.030.39172.516.6752.94
Hex739B961A0327ac1135
Octal1632332263203472542165
Binary11100111001101110010110110100111001111010110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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