#739C99

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

Shades of Juniper #739C99

Tints of Juniper #739C99

Color information

#739C99 (or 0x739C99) is unknown color: approx Juniper. HEX triplet: 73, 9C and 99. RGB value is (115,156,153). Sum of RGB (Red+Green+Blue) = 115+156+153=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #739C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C99 is #8C6366. Grayscale: #8F8F8F. Windows color (decimal): -9200487 or 10067059. OLE color: 10067059.

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

Color convert

RGB115156153-
CMYK0.2600.020.39
HSL175.61º17.15%53.14%-
HSV(B)175.61º26.28%61.18%-
XYZ24.7129.7234.57-
YUV143.4133.42107.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.12%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=27.12%
G=36.79%
B=36.08%

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
Decimal1151561530.2600.020.39175.6117.1553.14
Hex739C991A0227b01135
Octal1632342313202472602165
Binary11100111001110010011001110100101001111011000010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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