#729490

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

Shades of Juniper #729490

Tints of Juniper #729490

Color information

#729490 (or 0x729490) is unknown color: approx Juniper. HEX triplet: 72, 94 and 90. RGB value is (114,148,144). Sum of RGB (Red+Green+Blue) = 114+148+144=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #729490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729490 is #8D6B6F. Grayscale: #898989. Windows color (decimal): -9268080 or 9475186. OLE color: 9475186.

HSL color Cylindrical-coordinate representation of color #729490: hue angle of 172.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729490 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB114148144-
CMYK0.2300.030.42
HSL172.94º13.71%51.37%-
HSV(B)172.94º22.97%58.04%-
XYZ22.5626.7730.36-
YUV137.38131.74111.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=28.08%
G=36.45%
B=35.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481440.2300.030.42172.9413.7151.37
Hex72949017032Aade33
Octal1622242202703522551663
Binary1110010100101001001000010111011101010101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729490; }

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

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

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

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

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

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

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

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