#729B9A

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

Shades of Juniper #729B9A

Tints of Juniper #729B9A

Color information

#729B9A (or 0x729B9A) is unknown color: approx Juniper. HEX triplet: 72, 9B and 9A. RGB value is (114,155,154). Sum of RGB (Red+Green+Blue) = 114+155+154=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #729B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B9A is #8D6465. Grayscale: #8E8E8E. Windows color (decimal): -9266278 or 10132338. OLE color: 10132338.

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

Color convert

RGB114155154-
CMYK0.2600.010.39
HSL178.54º17.01%52.75%-
HSV(B)178.54º26.45%60.78%-
XYZ24.4929.3534.95-
YUV142.63134.42107.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.95%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 154 (60.55% from 255) = 36.41%
R=26.95%
G=36.64%
B=36.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141551540.2600.010.39178.5417.0152.75
Hex729B9A1A0127b31135
Octal1622332323201472632165
Binary1110010100110111001101011010011001111011001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,154); }

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

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

 a { background-color: rgb(114,155,154); }

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

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

 span { border-color: rgb(114,155,154); }

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