#789E9A

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

Shades of Juniper #789E9A

Tints of Juniper #789E9A

Color information

#789E9A (or 0x789E9A) is unknown color: approx Juniper. HEX triplet: 78, 9E and 9A. RGB value is (120,158,154). Sum of RGB (Red+Green+Blue) = 120+158+154=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #789E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E9A is #876165. Grayscale: #929292. Windows color (decimal): -8872294 or 10133112. OLE color: 10133112.

HSL color Cylindrical-coordinate representation of color #789E9A: hue angle of 173.68º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E9A is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB120158154-
CMYK0.2400.030.38
HSL173.68º16.38%54.51%-
HSV(B)173.68º24.05%61.96%-
XYZ25.8130.7835.15-
YUV146.18132.41109.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=27.78%
G=36.57%
B=35.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581540.2400.030.38173.6816.3854.51
Hex789E9A180326ae1037
Octal1702362323003462562067
Binary11110001001111010011010110000111001101010111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789E9A; }

 p { color: rgb(120,158,154); }

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

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

 a { background-color: rgb(120,158,154); }

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

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

 span { border-color: rgb(120,158,154); }

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