#719899

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

Shades of Juniper #719899

Tints of Juniper #719899

Color information

#719899 (or 0x719899) is unknown color: approx Juniper. HEX triplet: 71, 98 and 99. RGB value is (113,152,153). Sum of RGB (Red+Green+Blue) = 113+152+153=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #719899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719899 is #8E6766. Grayscale: #8C8C8C. Windows color (decimal): -9332583 or 10066033. OLE color: 10066033.

HSL color Cylindrical-coordinate representation of color #719899: hue angle of 181.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719899 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113152153-
CMYK0.260.0100.4
HSL181.5º16.39%52.16%-
HSV(B)181.5º26.14%60%-
XYZ23.7928.2734.34-
YUV140.45135.08108.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.03%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=27.03%
G=36.36%
B=36.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131521530.260.0100.4181.516.3952.16
Hex7198991A1028b51034
Octal1612302313210502652064
Binary1110001100110001001100111010101010001011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719899; }

 p { color: rgb(113,152,153); }

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

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

 a { background-color: rgb(113,152,153); }

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

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

 span { border-color: rgb(113,152,153); }

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