#7BAC86

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

Shades of Bay Leaf #7BAC86

Tints of Bay Leaf #7BAC86

Color information

#7BAC86 (or 0x7BAC86) is unknown color: approx Bay Leaf. HEX triplet: 7B, AC and 86. RGB value is (123,172,134). Sum of RGB (Red+Green+Blue) = 123+172+134=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAC86 is #845379. Grayscale: #999999. Windows color (decimal): -8672122 or 8825979. OLE color: 8825979.

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

Color convert

RGB123172134-
CMYK0.2800.220.33
HSL133.47º22.79%57.84%-
HSV(B)133.47º28.49%67.45%-
XYZ27.2235.4427.96-
YUV153.02117.27106.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.67%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=28.67%
G=40.09%
B=31.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1231721340.2800.220.33133.4722.7957.84
Hex7BAC861C0162185173a
Octal17325420634026412052772
Binary11110111010110010000110111000101101000011000010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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