#799E9B

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

Shades of Juniper #799E9B

Tints of Juniper #799E9B

Color information

#799E9B (or 0x799E9B) is unknown color: approx Juniper. HEX triplet: 79, 9E and 9B. RGB value is (121,158,155). Sum of RGB (Red+Green+Blue) = 121+158+155=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #799E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E9B is #866164. Grayscale: #929292. Windows color (decimal): -8806757 or 10198649. OLE color: 10198649.

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

Color convert

RGB121158155-
CMYK0.2300.020.38
HSL175.14º16.02%54.71%-
HSV(B)175.14º23.42%61.96%-
XYZ26.0330.8935.6-
YUV146.6132.74109.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 158 (62.11% from 255) = 36.41%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=27.88%
G=36.41%
B=35.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581550.2300.020.38175.1416.0254.71
Hex799E9B170226af1037
Octal1712362332702462572067
Binary11110011001111010011011101110101001101010111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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