#779693

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

Shades of Juniper #779693

Tints of Juniper #779693

Color information

#779693 (or 0x779693) is unknown color: approx Juniper. HEX triplet: 77, 96 and 93. RGB value is (119,150,147). Sum of RGB (Red+Green+Blue) = 119+150+147=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 150 - color contains mainly: green. Hex color #779693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779693 is #88696C. Grayscale: #8C8C8C. Windows color (decimal): -8939885 or 9672311. OLE color: 9672311.

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

Color convert

RGB119150147-
CMYK0.2100.020.41
HSL174.19º12.86%52.75%-
HSV(B)174.19º20.67%58.82%-
XYZ23.7827.8431.72-
YUV140.39131.73112.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 150 (58.98% from 255) = 36.06%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=28.61%
G=36.06%
B=35.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191501470.2100.020.41174.1912.8652.75
Hex779693150229aed35
Octal1672262232502512561565
Binary1110111100101101001001110101010101001101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779693; }

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

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

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

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

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

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

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

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