#799B97

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

Shades of Juniper #799B97

Tints of Juniper #799B97

Color information

#799B97 (or 0x799B97) is unknown color: approx Juniper. HEX triplet: 79, 9B and 97. RGB value is (121,155,151). Sum of RGB (Red+Green+Blue) = 121+155+151=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 155 - color contains mainly: green. Hex color #799B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B97 is #866468. Grayscale: #909090. Windows color (decimal): -8807529 or 9935737. OLE color: 9935737.

HSL color Cylindrical-coordinate representation of color #799B97: hue angle of 172.94º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799B97 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB121155151-
CMYK0.2200.030.39
HSL172.94º14.53%54.12%-
HSV(B)172.94º21.94%60.78%-
XYZ25.1929.7433.69-
YUV144.38131.74111.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.34%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=28.34%
G=36.30%
B=35.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551510.2200.030.39172.9414.5354.12
Hex799B97160327adf36
Octal1712332272603472551766
Binary1111001100110111001011110110011100111101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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