#789A97

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

Shades of Juniper #789A97

Tints of Juniper #789A97

Color information

#789A97 (or 0x789A97) is unknown color: approx Juniper. HEX triplet: 78, 9A and 97. RGB value is (120,154,151). Sum of RGB (Red+Green+Blue) = 120+154+151=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 154 - color contains mainly: green. Hex color #789A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A97 is #876568. Grayscale: #8F8F8F. Windows color (decimal): -8873321 or 9935480. OLE color: 9935480.

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

Color convert

RGB120154151-
CMYK0.2200.020.40
HSL174.71º14.41%53.73%-
HSV(B)174.71º22.08%60.39%-
XYZ24.8929.3433.63-
YUV143.49132.24111.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=28.24%
G=36.24%
B=35.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201541510.2200.020.40174.7114.4153.73
Hex789A97160228afe36
Octal1702322272602502571666
Binary1111000100110101001011110110010101000101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789A97; }

 p { color: rgb(120,154,151); }

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

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

 a { background-color: rgb(120,154,151); }

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

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

 span { border-color: rgb(120,154,151); }

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