#729290

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

Shades of Juniper #729290

Tints of Juniper #729290

Color information

#729290 (or 0x729290) is unknown color: approx Juniper. HEX triplet: 72, 92 and 90. RGB value is (114,146,144). Sum of RGB (Red+Green+Blue) = 114+146+144=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 146 - color contains mainly: green. Hex color #729290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729290 is #8D6D6F. Grayscale: #888888. Windows color (decimal): -9268592 or 9474674. OLE color: 9474674.

HSL color Cylindrical-coordinate representation of color #729290: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729290 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB114146144-
CMYK0.2200.010.43
HSL176.25º12.8%50.98%-
HSV(B)176.25º21.92%57.25%-
XYZ22.2526.1530.26-
YUV136.2132.4112.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=28.22%
G=36.14%
B=35.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141461440.2200.010.43176.2512.850.98
Hex72929016012Bb0d33
Octal1622222202601532601563
Binary111001010010010100100001011001101011101100001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729290; }

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

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

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

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

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

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

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

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