#789995

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

Shades of Juniper #789995

Tints of Juniper #789995

Color information

#789995 (or 0x789995) is unknown color: approx Juniper. HEX triplet: 78, 99 and 95. RGB value is (120,153,149). Sum of RGB (Red+Green+Blue) = 120+153+149=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #789995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789995 is #87666A. Grayscale: #8E8E8E. Windows color (decimal): -8873579 or 9804152. OLE color: 9804152.

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

Color convert

RGB120153149-
CMYK0.2200.030.4
HSL172.73º13.92%53.53%-
HSV(B)172.73º21.57%60%-
XYZ24.5628.9532.73-
YUV142.68131.57111.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531490.2200.030.4172.7313.9253.53
Hex789995160328ade36
Octal1702312252603502551666
Binary1111000100110011001010110110011101000101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789995; }

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

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

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

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

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

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

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

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