#729496

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

Shades of Juniper #729496

Tints of Juniper #729496

Color information

#729496 (or 0x729496) is unknown color: approx Juniper. HEX triplet: 72, 94 and 96. RGB value is (114,148,150). Sum of RGB (Red+Green+Blue) = 114+148+150=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #729496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729496 is #8D6B69. Grayscale: #8A8A8A. Windows color (decimal): -9268074 or 9868402. OLE color: 9868402.

HSL color Cylindrical-coordinate representation of color #729496: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #729496 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114148150-
CMYK0.240.0100.41
HSL183.33º14.63%51.76%-
HSV(B)183.33º24%58.82%-
XYZ23.0326.9632.84-
YUV138.06134.74110.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=27.67%
G=35.92%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141481500.240.0100.41183.3314.6351.76
Hex729496181029b7f34
Octal1622242263010512671764
Binary111001010010100100101101100010101001101101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729496; }

 p { color: rgb(114,148,150); }

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

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

 a { background-color: rgb(114,148,150); }

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

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

 span { border-color: rgb(114,148,150); }

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