#789599

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

Shades of Juniper #789599

Tints of Juniper #789599

Color information

#789599 (or 0x789599) is unknown color: approx Juniper. HEX triplet: 78, 95 and 99. RGB value is (120,149,153). Sum of RGB (Red+Green+Blue) = 120+149+153=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #789599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789599 is #876A66. Grayscale: #8C8C8C. Windows color (decimal): -8874599 or 10065272. OLE color: 10065272.

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

Color convert

RGB120149153-
CMYK0.220.0300.4
HSL187.27º13.92%53.53%-
HSV(B)187.27º21.57%60%-
XYZ24.2427.7934.22-
YUV140.78134.89113.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=28.44%
G=35.31%
B=36.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201491530.220.0300.4187.2713.9253.53
Hex789599163028bbe36
Octal1702252312630502731666
Binary1111000100101011001100110110110101000101110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789599; }

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

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

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

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

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

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

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

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