#729598

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

Shades of Juniper #729598

Tints of Juniper #729598

Color information

#729598 (or 0x729598) is unknown color: approx Juniper. HEX triplet: 72, 95 and 98. RGB value is (114,149,152). Sum of RGB (Red+Green+Blue) = 114+149+152=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 152 - color contains mainly: blue. Hex color #729598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729598 is #8D6A67. Grayscale: #8A8A8A. Windows color (decimal): -9267816 or 9999730. OLE color: 9999730.

HSL color Cylindrical-coordinate representation of color #729598: hue angle of 184.74º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729598 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB114149152-
CMYK0.250.0200.40
HSL184.74º15.57%52.16%-
HSV(B)184.74º25%59.61%-
XYZ23.3527.3433.75-
YUV138.88135.4110.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.47%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 152 (59.77% from 255) = 36.63%
R=27.47%
G=35.90%
B=36.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1141491520.250.0200.40184.7415.5752.16
Hex729598192028b91034
Octal1622252303120502712064
Binary11100101001010110011000110011001010001011100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729598; }

 p { color: rgb(114,149,152); }

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

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

 a { background-color: rgb(114,149,152); }

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

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

 span { border-color: rgb(114,149,152); }

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