#718989

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

Shades of Juniper #718989

Tints of Juniper #718989

Color information

#718989 (or 0x718989) is unknown color: approx Juniper. HEX triplet: 71, 89 and 89. RGB value is (113,137,137). Sum of RGB (Red+Green+Blue) = 113+137+137=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #718989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718989 is #8E7676. Grayscale: #818181. Windows color (decimal): -9336439 or 9013617. OLE color: 9013617.

HSL color Cylindrical-coordinate representation of color #718989: hue angle of 180º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718989 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB113137137-
CMYK0.18000.46
HSL180º9.6%49.02%-
HSV(B)180º17.52%53.73%-
XYZ20.2723.2127.08-
YUV129.82132.05116-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=29.20%
G=35.40%
B=35.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1131371370.18000.461809.649.02
Hex71898912002Eb4a31
Octal1612112112200562641261
Binary111000110001001100010011001000101110101101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718989; }

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

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

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

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

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

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

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

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