#729C96

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

Shades of Juniper #729C96

Tints of Juniper #729C96

Color information

#729C96 (or 0x729C96) is unknown color: approx Juniper. HEX triplet: 72, 9C and 96. RGB value is (114,156,150). Sum of RGB (Red+Green+Blue) = 114+156+150=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #729C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C96 is #8D6369. Grayscale: #8E8E8E. Windows color (decimal): -9266026 or 9870450. OLE color: 9870450.

HSL color Cylindrical-coordinate representation of color #729C96: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729C96 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB114156150-
CMYK0.2700.040.39
HSL171.43º17.5%52.94%-
HSV(B)171.43º26.92%61.18%-
XYZ24.3329.5633.28-
YUV142.76132.09107.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=27.14%
G=37.14%
B=35.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141561500.2700.040.39171.4317.552.94
Hex729C961B0427ab1235
Octal1622342263304472532265
Binary111001010011100100101101101101001001111010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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