#729495

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

Shades of Juniper #729495

Tints of Juniper #729495

Color information

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

HSL color Cylindrical-coordinate representation of color #729495: hue angle of 181.71º 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 #729495 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB114148149-
CMYK0.230.0100.42
HSL181.71º14.17%51.57%-
HSV(B)181.71º23.49%58.43%-
XYZ22.9526.9332.42-
YUV137.95134.24110.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481490.230.0100.42181.7114.1751.57
Hex72949517102Ab6e34
Octal1622242252710522661664
Binary111001010010100100101011011110101010101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729495; }

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

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

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

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

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

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

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

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