#779F98

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

Shades of Juniper #779F98

Tints of Juniper #779F98

Color information

#779F98 (or 0x779F98) is unknown color: approx Juniper. HEX triplet: 77, 9F and 98. RGB value is (119,159,152). Sum of RGB (Red+Green+Blue) = 119+159+152=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #779F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779F98 is #886067. Grayscale: #929292. Windows color (decimal): -8937576 or 10002295. OLE color: 10002295.

HSL color Cylindrical-coordinate representation of color #779F98: hue angle of 169.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779F98 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB119159152-
CMYK0.2500.040.38
HSL169.5º17.24%54.51%-
HSV(B)169.5º25.16%62.35%-
XYZ25.6730.9934.33-
YUV146.24131.25108.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 152 (59.77% from 255) = 35.35%
R=27.67%
G=36.98%
B=35.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191591520.2500.040.38169.517.2454.51
Hex779F98190426aa1137
Octal1672372303104462522167
Binary111011110011111100110001100101001001101010101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779F98; }

 p { color: rgb(119,159,152); }

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

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

 a { background-color: rgb(119,159,152); }

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

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

 span { border-color: rgb(119,159,152); }

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