#789895

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

Shades of Juniper #789895

Tints of Juniper #789895

Color information

#789895 (or 0x789895) is unknown color: approx Juniper. HEX triplet: 78, 98 and 95. RGB value is (120,152,149). Sum of RGB (Red+Green+Blue) = 120+152+149=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 152 - color contains mainly: green. Hex color #789895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789895 is #87676A. Grayscale: #8E8E8E. Windows color (decimal): -8873835 or 9803896. OLE color: 9803896.

HSL color Cylindrical-coordinate representation of color #789895: hue angle of 174.37º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789895 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB120152149-
CMYK0.2100.020.40
HSL174.37º13.45%53.33%-
HSV(B)174.37º21.05%59.61%-
XYZ24.428.6232.67-
YUV142.09131.9112.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 149 (58.59% from 255) = 35.39%
R=28.50%
G=36.10%
B=35.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521490.2100.020.40174.3713.4553.33
Hex789895150228aed35
Octal1702302252502502561565
Binary1111000100110001001010110101010101000101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789895; }

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

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

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

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

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

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

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

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