#719A96

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

Shades of Juniper #719A96

Tints of Juniper #719A96

Color information

#719A96 (or 0x719A96) is unknown color: approx Juniper. HEX triplet: 71, 9A and 96. RGB value is (113,154,150). Sum of RGB (Red+Green+Blue) = 113+154+150=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 154 - color contains mainly: green. Hex color #719A96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719A96 is #8E6569. Grayscale: #8D8D8D. Windows color (decimal): -9332074 or 9869937. OLE color: 9869937.

HSL color Cylindrical-coordinate representation of color #719A96: hue angle of 174.15º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719A96 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB113154150-
CMYK0.2700.030.40
HSL174.15º16.87%52.35%-
HSV(B)174.15º26.62%60.39%-
XYZ23.8728.8233.16-
YUV141.28132.92107.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=27.10%
G=36.93%
B=35.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131541500.2700.030.40174.1516.8752.35
Hex719A961B0328ae1134
Octal1612322263303502562164
Binary11100011001101010010110110110111010001010111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,150); }

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

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

 a { background-color: rgb(113,154,150); }

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

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

 span { border-color: rgb(113,154,150); }

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