#789996

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

Shades of Juniper #789996

Tints of Juniper #789996

Color information

#789996 (or 0x789996) is unknown color: approx Juniper. HEX triplet: 78, 99 and 96. RGB value is (120,153,150). Sum of RGB (Red+Green+Blue) = 120+153+150=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #789996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789996 is #876669. Grayscale: #8E8E8E. Windows color (decimal): -8873578 or 9869688. OLE color: 9869688.

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

Color convert

RGB120153150-
CMYK0.2200.020.4
HSL174.55º13.92%53.53%-
HSV(B)174.55º21.57%60%-
XYZ24.6428.9833.15-
YUV142.79132.07111.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.37%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=28.37%
G=36.17%
B=35.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531500.2200.020.4174.5513.9253.53
Hex789996160228afe36
Octal1702312262602502571666
Binary1111000100110011001011010110010101000101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789996; }

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

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

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

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

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

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

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

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