#729790

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

Shades of Juniper #729790

Tints of Juniper #729790

Color information

#729790 (or 0x729790) is unknown color: approx Juniper. HEX triplet: 72, 97 and 90. RGB value is (114,151,144). Sum of RGB (Red+Green+Blue) = 114+151+144=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #729790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729790 is #8D686F. Grayscale: #8B8B8B. Windows color (decimal): -9267312 or 9475954. OLE color: 9475954.

HSL color Cylindrical-coordinate representation of color #729790: hue angle of 168.65º 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 #729790 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB114151144-
CMYK0.2500.050.41
HSL168.65º15.1%51.96%-
HSV(B)168.65º24.5%59.22%-
XYZ23.0427.7230.52-
YUV139.14130.74110.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.87%
GREEN value IS 151 (59.38% from 255) = 36.92%
BLUE value IS 144 (56.64% from 255) = 35.21%
R=27.87%
G=36.92%
B=35.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141511440.2500.050.41168.6515.151.96
Hex729790190529a9f34
Octal1622272203105512511764
Binary11100101001011110010000110010101101001101010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729790; }

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

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

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

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

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

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

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

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