#789596

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

Shades of Juniper #789596

Tints of Juniper #789596

Color information

#789596 (or 0x789596) is unknown color: approx Juniper. HEX triplet: 78, 95 and 96. RGB value is (120,149,150). Sum of RGB (Red+Green+Blue) = 120+149+150=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #789596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789596 is #876A69. Grayscale: #8C8C8C. Windows color (decimal): -8874602 or 9868664. OLE color: 9868664.

HSL color Cylindrical-coordinate representation of color #789596: hue angle of 182º 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 #789596 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB120149150-
CMYK0.200.0100.41
HSL182º12.5%52.94%-
HSV(B)182º20%58.82%-
XYZ2427.6932.93-
YUV140.44133.39113.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.64%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=28.64%
G=35.56%
B=35.80%

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
Decimal1201491500.200.0100.4118212.552.94
Hex789596141029b6c35
Octal1702252262410512661465
Binary111100010010101100101101010010101001101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789596; }

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

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

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

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

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

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

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

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