#789694

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

Shades of Juniper #789694

Tints of Juniper #789694

Color information

#789694 (or 0x789694) is unknown color: approx Juniper. HEX triplet: 78, 96 and 94. RGB value is (120,150,148). Sum of RGB (Red+Green+Blue) = 120+150+148=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #789694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789694 is #87696B. Grayscale: #8C8C8C. Windows color (decimal): -8874348 or 9737848. OLE color: 9737848.

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

Color convert

RGB120150148-
CMYK0.2000.010.41
HSL176º12.5%52.94%-
HSV(B)176º20%58.82%-
XYZ2427.9432.15-
YUV140.8132.06113.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501480.2000.010.4117612.552.94
Hex789694140129b0d35
Octal1702262242401512601565
Binary111100010010110100101001010001101001101100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789694; }

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

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

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

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

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

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

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

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