#728988

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

Shades of Juniper #728988

Tints of Juniper #728988

Color information

#728988 (or 0x728988) is unknown color: approx Juniper. HEX triplet: 72, 89 and 88. RGB value is (114,137,136). Sum of RGB (Red+Green+Blue) = 114+137+136=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #728988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728988 is #8D7677. Grayscale: #818181. Windows color (decimal): -9270904 or 8948082. OLE color: 8948082.

HSL color Cylindrical-coordinate representation of color #728988: hue angle of 177.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728988 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB114137136-
CMYK0.1700.010.46
HSL177.39º9.16%49.22%-
HSV(B)177.39º16.79%53.73%-
XYZ20.3323.2526.71-
YUV130.01131.38116.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=29.46%
G=35.40%
B=35.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1141371360.1700.010.46177.399.1649.22
Hex72898811012Eb1931
Octal1622112102101562611161
Binary111001010001001100010001000101101110101100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728988; }

 p { color: rgb(114,137,136); }

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

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

 a { background-color: rgb(114,137,136); }

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

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

 span { border-color: rgb(114,137,136); }

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