#779691

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

Shades of Juniper #779691

Tints of Juniper #779691

Color information

#779691 (or 0x779691) is unknown color: approx Juniper. HEX triplet: 77, 96 and 91. RGB value is (119,150,145). Sum of RGB (Red+Green+Blue) = 119+150+145=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #779691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779691 is #88696E. Grayscale: #8C8C8C. Windows color (decimal): -8939887 or 9541239. OLE color: 9541239.

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

Color convert

RGB119150145-
CMYK0.2100.030.41
HSL170.32º12.86%52.75%-
HSV(B)170.32º20.67%58.82%-
XYZ23.6227.7830.9-
YUV140.16130.73112.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 150 (58.98% from 255) = 36.23%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=28.74%
G=36.23%
B=35.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191501450.2100.030.41170.3212.8652.75
Hex779691150329aad35
Octal1672262212503512521565
Binary1110111100101101001000110101011101001101010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779691; }

 p { color: rgb(119,150,145); }

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

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

 a { background-color: rgb(119,150,145); }

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

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

 span { border-color: rgb(119,150,145); }

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