#719F97

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

Shades of Juniper #719F97

Tints of Juniper #719F97

Color information

#719F97 (or 0x719F97) is unknown color: approx Juniper. HEX triplet: 71, 9F and 97. RGB value is (113,159,151). Sum of RGB (Red+Green+Blue) = 113+159+151=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #719F97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F97 is #8E6068. Grayscale: #909090. Windows color (decimal): -9330793 or 9936753. OLE color: 9936753.

HSL color Cylindrical-coordinate representation of color #719F97: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F97 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB113159151-
CMYK0.2900.050.38
HSL169.57º19.33%53.33%-
HSV(B)169.57º28.93%62.35%-
XYZ24.7930.5433.87-
YUV144.33131.76105.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.71%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 151 (59.38% from 255) = 35.70%
R=26.71%
G=37.59%
B=35.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591510.2900.050.38169.5719.3353.33
Hex719F971D0526aa1335
Octal1612372273505462522365
Binary111000110011111100101111110101011001101010101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,159,151); }

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

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

 a { background-color: rgb(113,159,151); }

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

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

 span { border-color: rgb(113,159,151); }

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