#789699

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

Shades of Juniper #789699

Tints of Juniper #789699

Color information

#789699 (or 0x789699) is unknown color: approx Juniper. HEX triplet: 78, 96 and 99. RGB value is (120,150,153). Sum of RGB (Red+Green+Blue) = 120+150+153=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #789699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789699 is #876966. Grayscale: #8D8D8D. Windows color (decimal): -8874343 or 10065528. OLE color: 10065528.

HSL color Cylindrical-coordinate representation of color #789699: hue angle of 185.45º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789699 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB120150153-
CMYK0.220.0200.4
HSL185.45º13.92%53.53%-
HSV(B)185.45º21.57%60%-
XYZ24.428.1134.28-
YUV141.37134.56112.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 150 (58.98% from 255) = 35.46%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=28.37%
G=35.46%
B=36.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201501530.220.0200.4185.4513.9253.53
Hex789699162028b9e36
Octal1702262312620502711666
Binary1111000100101101001100110110100101000101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789699; }

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

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

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

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

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

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

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

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