#719B99

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

Shades of Juniper #719B99

Tints of Juniper #719B99

Color information

#719B99 (or 0x719B99) is unknown color: approx Juniper. HEX triplet: 71, 9B and 99. RGB value is (113,155,153). Sum of RGB (Red+Green+Blue) = 113+155+153=421 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.84% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #719B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B99 is #8E6466. Grayscale: #8E8E8E. Windows color (decimal): -9331815 or 10066801. OLE color: 10066801.

HSL color Cylindrical-coordinate representation of color #719B99: hue angle of 177.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B99 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB113155153-
CMYK0.2700.010.39
HSL177.14º17.36%52.55%-
HSV(B)177.14º27.1%60.78%-
XYZ24.2829.2534.5-
YUV142.21134.09107.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.84%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=26.84%
G=36.82%
B=36.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551530.2700.010.39177.1417.3652.55
Hex719B991B0127b11135
Octal1612332313301472612165
Binary1110001100110111001100111011011001111011000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719B99; }

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

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

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

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

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

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

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

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