#719091

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

Shades of Juniper #719091

Tints of Juniper #719091

Color information

#719091 (or 0x719091) is unknown color: approx Juniper. HEX triplet: 71, 90 and 91. RGB value is (113,144,145). Sum of RGB (Red+Green+Blue) = 113+144+145=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #719091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719091 is #8E6F6E. Grayscale: #868686. Windows color (decimal): -9334639 or 9539697. OLE color: 9539697.

HSL color Cylindrical-coordinate representation of color #719091: hue angle of 181.87º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #719091 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113144145-
CMYK0.220.0100.43
HSL181.87º12.7%50.59%-
HSV(B)181.87º22.07%56.86%-
XYZ21.8925.530.56-
YUV134.84133.73112.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=28.11%
G=35.82%
B=36.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131441450.220.0100.43181.8712.750.59
Hex71909116102Bb6d33
Octal1612202212610532661563
Binary111000110010000100100011011010101011101101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719091; }

 p { color: rgb(113,144,145); }

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

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

 a { background-color: rgb(113,144,145); }

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

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

 span { border-color: rgb(113,144,145); }

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