#719C97

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

Shades of Juniper #719C97

Tints of Juniper #719C97

Color information

#719C97 (or 0x719C97) is unknown color: approx Juniper. HEX triplet: 71, 9C and 97. RGB value is (113,156,151). Sum of RGB (Red+Green+Blue) = 113+156+151=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 156 - color contains mainly: green. Hex color #719C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719C97 is #8E6368. Grayscale: #8E8E8E. Windows color (decimal): -9331561 or 9935985. OLE color: 9935985.

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

Color convert

RGB113156151-
CMYK0.2800.030.39
HSL173.02º17.84%52.75%-
HSV(B)173.02º27.56%61.18%-
XYZ24.2829.5233.7-
YUV142.57132.75106.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 156 (61.33% from 255) = 37.14%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=26.90%
G=37.14%
B=35.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131561510.2800.030.39173.0217.8452.75
Hex719C971C0327ad1235
Octal1612342273403472552265
Binary11100011001110010010111111000111001111010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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