#739691

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

Shades of Juniper #739691

Tints of Juniper #739691

Color information

#739691 (or 0x739691) is unknown color: approx Juniper. HEX triplet: 73, 96 and 91. RGB value is (115,150,145). Sum of RGB (Red+Green+Blue) = 115+150+145=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #739691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739691 is #8C696E. Grayscale: #8A8A8A. Windows color (decimal): -9202031 or 9541235. OLE color: 9541235.

HSL color Cylindrical-coordinate representation of color #739691: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #739691 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB115150145-
CMYK0.2300.030.41
HSL171.43º14.29%51.96%-
HSV(B)171.43º23.33%58.82%-
XYZ23.0927.530.88-
YUV138.96131.4110.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.05%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=28.05%
G=36.59%
B=35.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1151501450.2300.030.41171.4314.2951.96
Hex739691170329abe34
Octal1632262212703512531664
Binary1110011100101101001000110111011101001101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739691; }

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

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

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

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

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

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

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

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