#729C99

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

Shades of Juniper #729C99

Tints of Juniper #729C99

Color information

#729C99 (or 0x729C99) is unknown color: approx Juniper. HEX triplet: 72, 9C and 99. RGB value is (114,156,153). Sum of RGB (Red+Green+Blue) = 114+156+153=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #729C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C99 is #8D6366. Grayscale: #8F8F8F. Windows color (decimal): -9266023 or 10067058. OLE color: 10067058.

HSL color Cylindrical-coordinate representation of color #729C99: hue angle of 175.71º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C99 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB114156153-
CMYK0.2700.020.39
HSL175.71º17.5%52.94%-
HSV(B)175.71º26.92%61.18%-
XYZ24.5829.6534.57-
YUV143.1133.59107.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=26.95%
G=36.88%
B=36.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141561530.2700.020.39175.7117.552.94
Hex729C991B0227b01235
Octal1622342313302472602265
Binary11100101001110010011001110110101001111011000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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