#739B98

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

Shades of Juniper #739B98

Tints of Juniper #739B98

Color information

#739B98 (or 0x739B98) is unknown color: approx Juniper. HEX triplet: 73, 9B and 98. RGB value is (115,155,152). Sum of RGB (Red+Green+Blue) = 115+155+152=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #739B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B98 is #8C6467. Grayscale: #8E8E8E. Windows color (decimal): -9200744 or 10001267. OLE color: 10001267.

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

Color convert

RGB115155152-
CMYK0.2600.020.39
HSL175.5º16.67%52.94%-
HSV(B)175.5º25.81%60.78%-
XYZ24.4629.3534.08-
YUV142.7133.25108.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.25%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 152 (59.77% from 255) = 36.02%
R=27.25%
G=36.73%
B=36.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151551520.2600.020.39175.516.6752.94
Hex739B981A0227af1135
Octal1632332303202472572165
Binary11100111001101110011000110100101001111010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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