#739B9C

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

Shades of Juniper #739B9C

Tints of Juniper #739B9C

Color information

#739B9C (or 0x739B9C) is unknown color: approx Juniper. HEX triplet: 73, 9B and 9C. RGB value is (115,155,156). Sum of RGB (Red+Green+Blue) = 115+155+156=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #739B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B9C is #8C6463. Grayscale: #8F8F8F. Windows color (decimal): -9200740 or 10263411. OLE color: 10263411.

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

Color convert

RGB115155156-
CMYK0.260.0100.39
HSL181.46º17.15%53.14%-
HSV(B)181.46º26.28%61.18%-
XYZ24.7929.4935.84-
YUV143.15135.25107.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=27.00%
G=36.38%
B=36.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551560.260.0100.39181.4617.1553.14
Hex739B9C1A1027b51135
Octal1632332343210472652165
Binary1110011100110111001110011010101001111011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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