#799B87

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

Shades of Bay Leaf #799B87

Tints of Bay Leaf #799B87

Color information

#799B87 (or 0x799B87) is unknown color: approx Bay Leaf. HEX triplet: 79, 9B and 87. RGB value is (121,155,135). Sum of RGB (Red+Green+Blue) = 121+155+135=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #799B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799B87 is #866478. Grayscale: #8E8E8E. Windows color (decimal): -8807545 or 8887161. OLE color: 8887161.

HSL color Cylindrical-coordinate representation of color #799B87: hue angle of 144.71º 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 #799B87 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB121155135-
CMYK0.2200.130.39
HSL144.71º14.53%54.12%-
HSV(B)144.71º21.94%60.78%-
XYZ23.9829.2627.3-
YUV142.55123.74112.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.44%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=29.44%
G=37.71%
B=32.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551350.2200.130.39144.7114.5354.12
Hex799B87160D2791f36
Octal17123320726015472211766
Binary111100110011011100001111011001101100111100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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