#719996

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

Shades of Juniper #719996

Tints of Juniper #719996

Color information

#719996 (or 0x719996) is unknown color: approx Juniper. HEX triplet: 71, 99 and 96. RGB value is (113,153,150). Sum of RGB (Red+Green+Blue) = 113+153+150=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #719996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719996 is #8E6669. Grayscale: #8C8C8C. Windows color (decimal): -9332330 or 9869681. OLE color: 9869681.

HSL color Cylindrical-coordinate representation of color #719996: hue angle of 175.5º 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 #719996 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB113153150-
CMYK0.2600.020.4
HSL175.5º16.39%52.16%-
HSV(B)175.5º26.14%60%-
XYZ23.7128.533.1-
YUV140.7133.25108.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 153 (60.16% from 255) = 36.78%
BLUE value IS 150 (58.98% from 255) = 36.06%
R=27.16%
G=36.78%
B=36.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531500.2600.020.4175.516.3952.16
Hex7199961A0228af1034
Octal1612312263202502572064
Binary11100011001100110010110110100101010001010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719996; }

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

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

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

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

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

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

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

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