#719190

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

Shades of Juniper #719190

Tints of Juniper #719190

Color information

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

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

Color convert

RGB113145144-
CMYK0.2200.010.43
HSL178.12º12.7%50.59%-
HSV(B)178.12º22.07%56.86%-
XYZ21.9725.7830.2-
YUV135.32132.9112.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131451440.2200.010.43178.1212.750.59
Hex71919016012Bb2d33
Octal1612212202601532621563
Binary111000110010001100100001011001101011101100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719190; }

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

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

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

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

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

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

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

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