#739C96

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

Shades of Juniper #739C96

Tints of Juniper #739C96

Color information

#739C96 (or 0x739C96) is unknown color: approx Juniper. HEX triplet: 73, 9C and 96. RGB value is (115,156,150). Sum of RGB (Red+Green+Blue) = 115+156+150=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 156 - color contains mainly: green. Hex color #739C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C96 is #8C6369. Grayscale: #8F8F8F. Windows color (decimal): -9200490 or 9870451. OLE color: 9870451.

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

Color convert

RGB115156150-
CMYK0.2600.040.39
HSL171.22º17.15%53.14%-
HSV(B)171.22º26.28%61.18%-
XYZ24.4629.6233.28-
YUV143.06131.92107.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 156 (61.33% from 255) = 37.05%
BLUE value IS 150 (58.98% from 255) = 35.63%
R=27.32%
G=37.05%
B=35.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151561500.2600.040.39171.2217.1553.14
Hex739C961A0427ab1135
Octal1632342263204472532165
Binary111001110011100100101101101001001001111010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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