#739A92

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

Shades of Juniper #739A92

Tints of Juniper #739A92

Color information

#739A92 (or 0x739A92) is unknown color: approx Juniper. HEX triplet: 73, 9A and 92. RGB value is (115,154,146). Sum of RGB (Red+Green+Blue) = 115+154+146=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 154 - color contains mainly: green. Hex color #739A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A92 is #8C656D. Grayscale: #8D8D8D. Windows color (decimal): -9201006 or 9607795. OLE color: 9607795.

HSL color Cylindrical-coordinate representation of color #739A92: hue angle of 167.69º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A92 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB115154146-
CMYK0.2500.050.40
HSL167.69º16.18%52.75%-
HSV(B)167.69º25.32%60.39%-
XYZ23.8128.8331.5-
YUV141.43130.58109.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.71%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=27.71%
G=37.11%
B=35.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151541460.2500.050.40167.6916.1852.75
Hex739A92190528a81035
Octal1632322223105502502065
Binary111001110011010100100101100101011010001010100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,154,146); }

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

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

 a { background-color: rgb(115,154,146); }

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

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

 span { border-color: rgb(115,154,146); }

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