#799E87

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

Shades of Bay Leaf #799E87

Tints of Bay Leaf #799E87

Color information

#799E87 (or 0x799E87) is unknown color: approx Bay Leaf. HEX triplet: 79, 9E and 87. RGB value is (121,158,135). Sum of RGB (Red+Green+Blue) = 121+158+135=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #799E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E87 is #866178. Grayscale: #909090. Windows color (decimal): -8806777 or 8887929. OLE color: 8887929.

HSL color Cylindrical-coordinate representation of color #799E87: hue angle of 142.7º 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 #799E87 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB121158135-
CMYK0.2300.150.38
HSL142.7º16.02%54.71%-
HSV(B)142.7º23.42%61.96%-
XYZ24.4930.2727.47-
YUV144.32122.74111.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.23%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=29.23%
G=38.16%
B=32.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211581350.2300.150.38142.716.0254.71
Hex799E87170F268f1037
Octal17123620727017462172067
Binary1111001100111101000011110111011111001101000111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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