#719997

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

Shades of Juniper #719997

Tints of Juniper #719997

Color information

#719997 (or 0x719997) is unknown color: approx Juniper. HEX triplet: 71, 99 and 97. RGB value is (113,153,151). Sum of RGB (Red+Green+Blue) = 113+153+151=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #719997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719997 is #8E6668. Grayscale: #8C8C8C. Windows color (decimal): -9332329 or 9935217. OLE color: 9935217.

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

Color convert

RGB113153151-
CMYK0.2600.010.4
HSL177º16.39%52.16%-
HSV(B)177º26.14%60%-
XYZ23.7928.5333.53-
YUV140.81133.75108.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=27.10%
G=36.69%
B=36.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531510.2600.010.417716.3952.16
Hex7199971A0128b11034
Octal1612312273201502612064
Binary1110001100110011001011111010011010001011000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719997; }

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

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

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

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

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

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

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

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