#719B93

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

Shades of Juniper #719B93

Tints of Juniper #719B93

Color information

#719B93 (or 0x719B93) is unknown color: approx Juniper. HEX triplet: 71, 9B and 93. RGB value is (113,155,147). Sum of RGB (Red+Green+Blue) = 113+155+147=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #719B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B93 is #8E646C. Grayscale: #8D8D8D. Windows color (decimal): -9331821 or 9673585. OLE color: 9673585.

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

Color convert

RGB113155147-
CMYK0.2700.050.39
HSL168.57º17.36%52.55%-
HSV(B)168.57º27.1%60.78%-
XYZ23.829.0631.96-
YUV141.53131.09107.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.23%
GREEN value IS 155 (60.94% from 255) = 37.35%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=27.23%
G=37.35%
B=35.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551470.2700.050.39168.5717.3652.55
Hex719B931B0527a91135
Octal1612332233305472512165
Binary111000110011011100100111101101011001111010100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,147); }

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

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

 a { background-color: rgb(113,155,147); }

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

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

 span { border-color: rgb(113,155,147); }

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