#729091

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

Shades of Juniper #729091

Tints of Juniper #729091

Color information

#729091 (or 0x729091) is unknown color: approx Juniper. HEX triplet: 72, 90 and 91. RGB value is (114,144,145). Sum of RGB (Red+Green+Blue) = 114+144+145=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 145 - color contains mainly: blue. Hex color #729091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729091 is #8D6F6E. Grayscale: #878787. Windows color (decimal): -9269103 or 9539698. OLE color: 9539698.

HSL color Cylindrical-coordinate representation of color #729091: hue angle of 181.94º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729091 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114144145-
CMYK0.210.0100.43
HSL181.94º12.35%50.78%-
HSV(B)181.94º21.38%56.86%-
XYZ22.0225.5730.56-
YUV135.14133.56112.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 145 (57.03% from 255) = 35.98%
R=28.29%
G=35.73%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141441450.210.0100.43181.9412.3550.78
Hex72909115102Bb6c33
Octal1622202212510532661463
Binary111001010010000100100011010110101011101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729091; }

 p { color: rgb(114,144,145); }

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

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

 a { background-color: rgb(114,144,145); }

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

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

 span { border-color: rgb(114,144,145); }

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