#729193

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

Shades of Juniper #729193

Tints of Juniper #729193

Color information

#729193 (or 0x729193) is unknown color: approx Juniper. HEX triplet: 72, 91 and 93. RGB value is (114,145,147). Sum of RGB (Red+Green+Blue) = 114+145+147=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 147 - color contains mainly: blue. Hex color #729193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729193 is #8D6E6C. Grayscale: #878787. Windows color (decimal): -9268845 or 9671026. OLE color: 9671026.

HSL color Cylindrical-coordinate representation of color #729193: hue angle of 183.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729193 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114145147-
CMYK0.220.0100.42
HSL183.64º13.25%51.18%-
HSV(B)183.64º22.45%57.65%-
XYZ22.3325.9331.43-
YUV135.96134.23112.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=28.08%
G=35.71%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141451470.220.0100.42183.6413.2551.18
Hex72919316102Ab8d33
Octal1622212232610522701563
Binary111001010010001100100111011010101010101110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729193; }

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

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

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

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

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

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

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

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