#729D97

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

Shades of Juniper #729D97

Tints of Juniper #729D97

Color information

#729D97 (or 0x729D97) is unknown color: approx Juniper. HEX triplet: 72, 9D and 97. RGB value is (114,157,151). Sum of RGB (Red+Green+Blue) = 114+157+151=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #729D97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D97 is #8D6268. Grayscale: #8F8F8F. Windows color (decimal): -9265769 or 9936242. OLE color: 9936242.

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

Color convert

RGB114157151-
CMYK0.2700.040.38
HSL171.63º17.99%53.14%-
HSV(B)171.63º27.39%61.57%-
XYZ24.5829.9333.76-
YUV143.46132.25106.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=27.01%
G=37.20%
B=35.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141571510.2700.040.38171.6317.9953.14
Hex729D971B0426ac1235
Octal1622352273304462542265
Binary111001010011101100101111101101001001101010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,157,151); }

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

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

 a { background-color: rgb(114,157,151); }

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

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

 span { border-color: rgb(114,157,151); }

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