#789998

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

Shades of Juniper #789998

Tints of Juniper #789998

Color information

#789998 (or 0x789998) is unknown color: approx Juniper. HEX triplet: 78, 99 and 98. RGB value is (120,153,152). Sum of RGB (Red+Green+Blue) = 120+153+152=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #789998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789998 is #876667. Grayscale: #8E8E8E. Windows color (decimal): -8873576 or 10000760. OLE color: 10000760.

HSL color Cylindrical-coordinate representation of color #789998: hue angle of 178.18º 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 #789998 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB120153152-
CMYK0.2200.010.4
HSL178.18º13.92%53.53%-
HSV(B)178.18º21.57%60%-
XYZ24.829.0434-
YUV143.02133.07111.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=28.24%
G=36%
B=35.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531520.2200.010.4178.1813.9253.53
Hex789998160128b2e36
Octal1702312302601502621666
Binary111100010011001100110001011001101000101100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789998; }

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

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

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

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

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

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

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

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