#718686

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

Shades of Juniper #718686

Tints of Juniper #718686

Color information

#718686 (or 0x718686) is unknown color: approx Juniper. HEX triplet: 71, 86 and 86. RGB value is (113,134,134). Sum of RGB (Red+Green+Blue) = 113+134+134=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #718686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718686 is #8E7979. Grayscale: #7F7F7F. Windows color (decimal): -9337210 or 8816241. OLE color: 8816241.

HSL color Cylindrical-coordinate representation of color #718686: hue angle of 180º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718686 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113134134-
CMYK0.16000.47
HSL180º8.5%48.43%-
HSV(B)180º15.67%52.55%-
XYZ19.6422.2825.82-
YUV127.72131.54117.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=29.66%
G=35.17%
B=35.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341340.16000.471808.548.43
Hex71868610002Fb4930
Octal1612062062000572641160
Binary111000110000110100001101000000101111101101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718686; }

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

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

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

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

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

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

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

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