#799F9B

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

Shades of Juniper #799F9B

Tints of Juniper #799F9B

Color information

#799F9B (or 0x799F9B) is unknown color: approx Juniper. HEX triplet: 79, 9F and 9B. RGB value is (121,159,155). Sum of RGB (Red+Green+Blue) = 121+159+155=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #799F9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F9B is #866064. Grayscale: #939393. Windows color (decimal): -8806501 or 10198905. OLE color: 10198905.

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

Color convert

RGB121159155-
CMYK0.2400.030.38
HSL173.68º16.52%54.9%-
HSV(B)173.68º23.9%62.35%-
XYZ26.231.2335.66-
YUV147.18132.41109.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 159 (62.5% from 255) = 36.55%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=27.82%
G=36.55%
B=35.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211591550.2400.030.38173.6816.5254.9
Hex799F9B180326ae1137
Octal1712372333003462562167
Binary11110011001111110011011110000111001101010111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799F9B; }

 p { color: rgb(121,159,155); }

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

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

 a { background-color: rgb(121,159,155); }

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

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

 span { border-color: rgb(121,159,155); }

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