#789B98

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

Shades of Juniper #789B98

Tints of Juniper #789B98

Color information

#789B98 (or 0x789B98) is unknown color: approx Juniper. HEX triplet: 78, 9B and 98. RGB value is (120,155,152). Sum of RGB (Red+Green+Blue) = 120+155+152=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #789B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B98 is #876467. Grayscale: #909090. Windows color (decimal): -8873064 or 10001272. OLE color: 10001272.

HSL color Cylindrical-coordinate representation of color #789B98: hue angle of 174.86º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B98 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB120155152-
CMYK0.2300.020.39
HSL174.86º14.89%53.92%-
HSV(B)174.86º22.58%60.78%-
XYZ25.1329.734.11-
YUV144.19132.4110.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.10%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=28.10%
G=36.30%
B=35.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551520.2300.020.39174.8614.8953.92
Hex789B98170227aff36
Octal1702332302702472571766
Binary1111000100110111001100010111010100111101011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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