#7BBA8F

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

Shades of Bay Leaf #7BBA8F

Tints of Bay Leaf #7BBA8F

Color information

#7BBA8F (or 0x7BBA8F) is unknown color: approx Bay Leaf. HEX triplet: 7B, BA and 8F. RGB value is (123,186,143). Sum of RGB (Red+Green+Blue) = 123+186+143=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBA8F is #844570. Grayscale: #A2A2A2. Windows color (decimal): -8668529 or 9419387. OLE color: 9419387.

HSL color Cylindrical-coordinate representation of color #7BBA8F: hue angle of 139.05º 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 #7BBA8F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB123186143-
CMYK0.3400.230.27
HSL139.05º31.34%60.59%-
HSV(B)139.05º33.87%72.94%-
XYZ30.6941.3132.34-
YUV162.26117.13100-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.21%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=27.21%
G=41.15%
B=31.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861430.3400.230.27139.0531.3460.59
Hex7BBA8F220171B8b1f3d
Octal17327221742027332133775
Binary11110111011101010001111100010010111110111000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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