#789697

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

Shades of Juniper #789697

Tints of Juniper #789697

Color information

#789697 (or 0x789697) is unknown color: approx Juniper. HEX triplet: 78, 96 and 97. RGB value is (120,150,151). Sum of RGB (Red+Green+Blue) = 120+150+151=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 151 - color contains mainly: blue. Hex color #789697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789697 is #876968. Grayscale: #8D8D8D. Windows color (decimal): -8874345 or 9934456. OLE color: 9934456.

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

Color convert

RGB120150151-
CMYK0.210.0100.41
HSL181.94º12.97%53.14%-
HSV(B)181.94º20.53%59.22%-
XYZ24.2428.0433.41-
YUV141.14133.56112.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=28.50%
G=35.63%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1201501510.210.0100.41181.9412.9753.14
Hex789697151029b6d35
Octal1702262272510512661565
Binary111100010010110100101111010110101001101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789697; }

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

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

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

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

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

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

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

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