#729E9A

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

Shades of Juniper #729E9A

Tints of Juniper #729E9A

Color information

#729E9A (or 0x729E9A) is unknown color: approx Juniper. HEX triplet: 72, 9E and 9A. RGB value is (114,158,154). Sum of RGB (Red+Green+Blue) = 114+158+154=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #729E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729E9A is #8D6165. Grayscale: #909090. Windows color (decimal): -9265510 or 10133106. OLE color: 10133106.

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

Color convert

RGB114158154-
CMYK0.2800.030.38
HSL174.55º18.49%53.33%-
HSV(B)174.55º27.85%61.96%-
XYZ2530.3635.12-
YUV144.39133.42106.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=26.76%
G=37.09%
B=36.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141581540.2800.030.38174.5518.4953.33
Hex729E9A1C0326af1235
Octal1622362323403462572265
Binary11100101001111010011010111000111001101010111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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