#719F9A

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

Shades of Juniper #719F9A

Tints of Juniper #719F9A

Color information

#719F9A (or 0x719F9A) is unknown color: approx Juniper. HEX triplet: 71, 9F and 9A. RGB value is (113,159,154). Sum of RGB (Red+Green+Blue) = 113+159+154=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 159 - color contains mainly: green. Hex color #719F9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F9A is #8E6065. Grayscale: #909090. Windows color (decimal): -9330790 or 10133361. OLE color: 10133361.

HSL color Cylindrical-coordinate representation of color #719F9A: hue angle of 173.48º 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 #719F9A is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB113159154-
CMYK0.2900.030.38
HSL173.48º19.33%53.33%-
HSV(B)173.48º28.93%62.35%-
XYZ25.0430.6435.17-
YUV144.68133.26105.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.53%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=26.53%
G=37.32%
B=36.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591540.2900.030.38173.4819.3353.33
Hex719F9A1D0326ad1335
Octal1612372323503462552365
Binary11100011001111110011010111010111001101010110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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