#729793

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

Shades of Juniper #729793

Tints of Juniper #729793

Color information

#729793 (or 0x729793) is unknown color: approx Juniper. HEX triplet: 72, 97 and 93. RGB value is (114,151,147). Sum of RGB (Red+Green+Blue) = 114+151+147=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #729793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729793 is #8D686C. Grayscale: #8B8B8B. Windows color (decimal): -9267309 or 9672562. OLE color: 9672562.

HSL color Cylindrical-coordinate representation of color #729793: hue angle of 173.51º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729793 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB114151147-
CMYK0.2500.030.41
HSL173.51º15.1%51.96%-
HSV(B)173.51º24.5%59.22%-
XYZ23.2727.8231.75-
YUV139.48132.24109.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=27.67%
G=36.65%
B=35.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511470.2500.030.41173.5115.151.96
Hex729793190329aef34
Octal1622272233103512561764
Binary1110010100101111001001111001011101001101011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729793; }

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

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

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

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

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

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

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

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