#739E96

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

Shades of Juniper #739E96

Tints of Juniper #739E96

Color information

#739E96 (or 0x739E96) is unknown color: approx Juniper. HEX triplet: 73, 9E and 96. RGB value is (115,158,150). Sum of RGB (Red+Green+Blue) = 115+158+150=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 158 - color contains mainly: green. Hex color #739E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739E96 is #8C6169. Grayscale: #909090. Windows color (decimal): -9199978 or 9870963. OLE color: 9870963.

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

Color convert

RGB115158150-
CMYK0.2700.050.38
HSL168.84º18.14%53.53%-
HSV(B)168.84º27.22%61.96%-
XYZ24.830.333.4-
YUV144.23131.25107.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.19%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=27.19%
G=37.35%
B=35.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151581500.2700.050.38168.8418.1453.53
Hex739E961B0526a91236
Octal1632362263305462512266
Binary111001110011110100101101101101011001101010100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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