#739F97

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

Shades of Juniper #739F97

Tints of Juniper #739F97

Color information

#739F97 (or 0x739F97) is unknown color: approx Juniper. HEX triplet: 73, 9F and 97. RGB value is (115,159,151). Sum of RGB (Red+Green+Blue) = 115+159+151=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #739F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F97 is #8C6068. Grayscale: #909090. Windows color (decimal): -9199721 or 9936755. OLE color: 9936755.

HSL color Cylindrical-coordinate representation of color #739F97: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F97 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB115159151-
CMYK0.2800.050.38
HSL169.09º18.64%53.73%-
HSV(B)169.09º27.67%62.35%-
XYZ25.0530.6833.88-
YUV144.93131.42106.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.06%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=27.06%
G=37.41%
B=35.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151591510.2800.050.38169.0918.6453.73
Hex739F971C0526a91336
Octal1632372273405462512366
Binary111001110011111100101111110001011001101010100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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