#739B97

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

Shades of Juniper #739B97

Tints of Juniper #739B97

Color information

#739B97 (or 0x739B97) is unknown color: approx Juniper. HEX triplet: 73, 9B and 97. RGB value is (115,155,151). Sum of RGB (Red+Green+Blue) = 115+155+151=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #739B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B97 is #8C6468. Grayscale: #8E8E8E. Windows color (decimal): -9200745 or 9935731. OLE color: 9935731.

HSL color Cylindrical-coordinate representation of color #739B97: hue angle of 174º 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 #739B97 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB115155151-
CMYK0.2600.030.39
HSL174º16.67%52.94%-
HSV(B)174º25.81%60.78%-
XYZ24.3829.3233.65-
YUV142.58132.75108.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=27.32%
G=36.82%
B=35.87%

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
Decimal1151551510.2600.030.3917416.6752.94
Hex739B971A0327ae1135
Octal1632332273203472562165
Binary11100111001101110010111110100111001111010111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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