#789E98

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

Shades of Juniper #789E98

Tints of Juniper #789E98

Color information

#789E98 (or 0x789E98) is unknown color: approx Juniper. HEX triplet: 78, 9E and 98. RGB value is (120,158,152). Sum of RGB (Red+Green+Blue) = 120+158+152=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #789E98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E98 is #876167. Grayscale: #919191. Windows color (decimal): -8872296 or 10002040. OLE color: 10002040.

HSL color Cylindrical-coordinate representation of color #789E98: hue angle of 170.53º 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 #789E98 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB120158152-
CMYK0.2400.040.38
HSL170.53º16.38%54.51%-
HSV(B)170.53º24.05%61.96%-
XYZ25.6430.7134.28-
YUV145.95131.41109.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.91%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=27.91%
G=36.74%
B=35.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581520.2400.040.38170.5316.3854.51
Hex789E98180426ab1037
Octal1702362303004462532067
Binary111100010011110100110001100001001001101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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