#719092

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

Shades of Juniper #719092

Tints of Juniper #719092

Color information

#719092 (or 0x719092) is unknown color: approx Juniper. HEX triplet: 71, 90 and 92. RGB value is (113,144,146). Sum of RGB (Red+Green+Blue) = 113+144+146=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #719092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719092 is #8E6F6D. Grayscale: #868686. Windows color (decimal): -9334638 or 9605233. OLE color: 9605233.

HSL color Cylindrical-coordinate representation of color #719092: hue angle of 183.64º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719092 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113144146-
CMYK0.230.0100.43
HSL183.64º13.15%50.78%-
HSV(B)183.64º22.6%57.25%-
XYZ21.9725.5330.96-
YUV134.96134.23112.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.04%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=28.04%
G=35.73%
B=36.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131441460.230.0100.43183.6413.1550.78
Hex71909217102Bb8d33
Octal1612202222710532701563
Binary111000110010000100100101011110101011101110001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719092; }

 p { color: rgb(113,144,146); }

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

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

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

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

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

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

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