#729594

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

Shades of Juniper #729594

Tints of Juniper #729594

Color information

#729594 (or 0x729594) is unknown color: approx Juniper. HEX triplet: 72, 95 and 94. RGB value is (114,149,148). Sum of RGB (Red+Green+Blue) = 114+149+148=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 149 (58.59% from 255 or 36.25% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 149 - color contains mainly: green. Hex color #729594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729594 is #8D6A6B. Grayscale: #8A8A8A. Windows color (decimal): -9267820 or 9737586. OLE color: 9737586.

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

Color convert

RGB114149148-
CMYK0.2300.010.42
HSL178.29º14.17%51.57%-
HSV(B)178.29º23.49%58.43%-
XYZ23.0327.2132.06-
YUV138.42133.4110.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 149 (58.59% from 255) = 36.25%
BLUE value IS 148 (58.20% from 255) = 36.01%
R=27.74%
G=36.25%
B=36.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141491480.2300.010.42178.2914.1751.57
Hex72959417012Ab2e34
Octal1622252242701522621664
Binary111001010010101100101001011101101010101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729594; }

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

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

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

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

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

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

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

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