#7BBA8B

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

Shades of Bay Leaf #7BBA8B

Tints of Bay Leaf #7BBA8B

Color information

#7BBA8B (or 0x7BBA8B) is unknown color: approx Bay Leaf. HEX triplet: 7B, BA and 8B. RGB value is (123,186,139). Sum of RGB (Red+Green+Blue) = 123+186+139=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA8B is #844574. Grayscale: #A1A1A1. Windows color (decimal): -8668533 or 9157243. OLE color: 9157243.

HSL color Cylindrical-coordinate representation of color #7BBA8B: hue angle of 135.24º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA8B is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB123186139-
CMYK0.3400.250.27
HSL135.24º31.34%60.59%-
HSV(B)135.24º33.87%72.94%-
XYZ30.3941.1930.78-
YUV161.8115.13100.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.46%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=27.46%
G=41.52%
B=31.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861390.3400.250.27135.2431.3460.59
Hex7BBA8B220191B871f3d
Octal17327221342031332073775
Binary11110111011101010001011100010011001110111000011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,139); }

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

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

 a { background-color: rgb(123,186,139); }

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

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

 span { border-color: rgb(123,186,139); }

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