#7BAA86

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

Shades of Bay Leaf #7BAA86

Tints of Bay Leaf #7BAA86

Color information

#7BAA86 (or 0x7BAA86) is unknown color: approx Bay Leaf. HEX triplet: 7B, AA and 86. RGB value is (123,170,134). Sum of RGB (Red+Green+Blue) = 123+170+134=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA86 is #845579. Grayscale: #979797. Windows color (decimal): -8672634 or 8825467. OLE color: 8825467.

HSL color Cylindrical-coordinate representation of color #7BAA86: hue angle of 134.04º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA86 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB123170134-
CMYK0.2800.210.33
HSL134.04º21.66%57.45%-
HSV(B)134.04º27.65%66.67%-
XYZ26.8534.6827.83-
YUV151.84117.93107.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.81%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=28.81%
G=39.81%
B=31.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231701340.2800.210.33134.0421.6657.45
Hex7BAA861C01521861639
Octal17325220634025412062671
Binary11110111010101010000110111000101011000011000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BAA86; }

 p { color: rgb(123,170,134); }

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

<style>
 a { background-color: #7BAA86; }

 a { background-color: rgb(123,170,134); }

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

<style>
 span { border-color: #7BAA86; }

 span { border-color: rgb(123,170,134); }

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