#789496

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

Shades of Juniper #789496

Tints of Juniper #789496

Color information

#789496 (or 0x789496) is unknown color: approx Juniper. HEX triplet: 78, 94 and 96. RGB value is (120,148,150). Sum of RGB (Red+Green+Blue) = 120+148+150=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 150 - color contains mainly: blue. Hex color #789496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789496 is #876B69. Grayscale: #8B8B8B. Windows color (decimal): -8874858 or 9868408. OLE color: 9868408.

HSL color Cylindrical-coordinate representation of color #789496: hue angle of 184º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789496 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120148150-
CMYK0.200.0100.41
HSL184º12.5%52.94%-
HSV(B)184º20%58.82%-
XYZ23.8427.3732.88-
YUV139.86133.72113.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=28.71%
G=35.41%
B=35.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201481500.200.0100.4118412.552.94
Hex789496141029b8c35
Octal1702242262410512701465
Binary111100010010100100101101010010101001101110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789496; }

 p { color: rgb(120,148,150); }

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

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

 a { background-color: rgb(120,148,150); }

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

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

 span { border-color: rgb(120,148,150); }

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