#719999

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

Shades of Juniper #719999

Tints of Juniper #719999

Color information

#719999 (or 0x719999) is unknown color: approx Juniper. HEX triplet: 71, 99 and 99. RGB value is (113,153,153). Sum of RGB (Red+Green+Blue) = 113+153+153=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #719999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719999 is #8E6666. Grayscale: #8D8D8D. Windows color (decimal): -9332327 or 10066289. OLE color: 10066289.

HSL color Cylindrical-coordinate representation of color #719999: hue angle of 180º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719999 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB113153153-
CMYK0.26000.4
HSL180º16.39%52.16%-
HSV(B)180º26.14%60%-
XYZ23.9528.5934.39-
YUV141.04134.75108-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=26.97%
G=36.52%
B=36.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531530.26000.418016.3952.16
Hex7199991A0028b41034
Octal1612312313200502642064
Binary1110001100110011001100111010001010001011010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719999; }

 p { color: rgb(113,153,153); }

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

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

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

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

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

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

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