#738686

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

Shades of Juniper #738686

Tints of Juniper #738686

Color information

#738686 (or 0x738686) is unknown color: approx Juniper. HEX triplet: 73, 86 and 86. RGB value is (115,134,134). Sum of RGB (Red+Green+Blue) = 115+134+134=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #738686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738686 is #8C7979. Grayscale: #808080. Windows color (decimal): -9206138 or 8816243. OLE color: 8816243.

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

Color convert

RGB115134134-
CMYK0.14000.47
HSL180º7.63%48.82%-
HSV(B)180º14.18%52.55%-
XYZ19.922.4225.83-
YUV128.32131.21118.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.03%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=30.03%
G=34.99%
B=34.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341340.14000.471807.6348.82
Hex738686E002Fb4831
Octal1632062061600572641061
Binary11100111000011010000110111000101111101101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738686; }

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

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

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

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

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

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

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

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