#729F98

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

Shades of Juniper #729F98

Tints of Juniper #729F98

Color information

#729F98 (or 0x729F98) is unknown color: approx Juniper. HEX triplet: 72, 9F and 98. RGB value is (114,159,152). Sum of RGB (Red+Green+Blue) = 114+159+152=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #729F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F98 is #8D6067. Grayscale: #909090. Windows color (decimal): -9265256 or 10002290. OLE color: 10002290.

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

Color convert

RGB114159152-
CMYK0.2800.040.38
HSL170.67º18.99%53.53%-
HSV(B)170.67º28.3%62.35%-
XYZ25.0130.6434.3-
YUV144.75132.09106.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.82%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=26.82%
G=37.41%
B=35.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141591520.2800.040.38170.6718.9953.53
Hex729F981C0426ab1336
Octal1622372303404462532366
Binary111001010011111100110001110001001001101010101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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