#729D99

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

Shades of Juniper #729D99

Tints of Juniper #729D99

Color information

#729D99 (or 0x729D99) is unknown color: approx Juniper. HEX triplet: 72, 9D and 99. RGB value is (114,157,153). Sum of RGB (Red+Green+Blue) = 114+157+153=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 157 - color contains mainly: green. Hex color #729D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D99 is #8D6266. Grayscale: #8F8F8F. Windows color (decimal): -9265767 or 10067314. OLE color: 10067314.

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

Color convert

RGB114157153-
CMYK0.2700.030.38
HSL174.42º17.99%53.14%-
HSV(B)174.42º27.39%61.57%-
XYZ24.7529.9934.62-
YUV143.69133.25106.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.89%
GREEN value IS 157 (61.72% from 255) = 37.03%
BLUE value IS 153 (60.16% from 255) = 36.08%
R=26.89%
G=37.03%
B=36.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141571530.2700.030.38174.4217.9953.14
Hex729D991B0326ae1235
Octal1622352313303462562265
Binary11100101001110110011001110110111001101010111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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