#729A9B

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

Shades of Juniper #729A9B

Tints of Juniper #729A9B

Color information

#729A9B (or 0x729A9B) is unknown color: approx Juniper. HEX triplet: 72, 9A and 9B. RGB value is (114,154,155). Sum of RGB (Red+Green+Blue) = 114+154+155=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #729A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A9B is #8D6564. Grayscale: #8E8E8E. Windows color (decimal): -9266533 or 10197618. OLE color: 10197618.

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

Color convert

RGB114154155-
CMYK0.260.0100.39
HSL181.46º17.01%52.75%-
HSV(B)181.46º26.45%60.78%-
XYZ24.4129.0635.33-
YUV142.15135.25107.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=26.95%
G=36.41%
B=36.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141541550.260.0100.39181.4617.0152.75
Hex729A9B1A1027b51135
Octal1622322333210472652165
Binary1110010100110101001101111010101001111011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,154,155); }

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

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

 a { background-color: rgb(114,154,155); }

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

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

 span { border-color: rgb(114,154,155); }

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