#719393

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

Shades of Juniper #719393

Tints of Juniper #719393

Color information

#719393 (or 0x719393) is unknown color: approx Juniper. HEX triplet: 71, 93 and 93. RGB value is (113,147,147). Sum of RGB (Red+Green+Blue) = 113+147+147=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #719393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719393 is #8E6C6C. Grayscale: #888888. Windows color (decimal): -9333869 or 9671537. OLE color: 9671537.

HSL color Cylindrical-coordinate representation of color #719393: hue angle of 180º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719393 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113147147-
CMYK0.23000.42
HSL180º13.6%50.98%-
HSV(B)180º23.13%57.65%-
XYZ22.5126.4831.53-
YUV136.83133.74111-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=27.76%
G=36.12%
B=36.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471470.23000.4218013.650.98
Hex71939317002Ab4e33
Octal1612232232700522641663
Binary111000110010011100100111011100101010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719393; }

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

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

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

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

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

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

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

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