#7BB986

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

Shades of Bay Leaf #7BB986

Tints of Bay Leaf #7BB986

Color information

#7BB986 (or 0x7BB986) is unknown color: approx Bay Leaf. HEX triplet: 7B, B9 and 86. RGB value is (123,185,134). Sum of RGB (Red+Green+Blue) = 123+185+134=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #7BB986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB986 is #844679. Grayscale: #A0A0A0. Windows color (decimal): -8668794 or 8829307. OLE color: 8829307.

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

Color convert

RGB123185134-
CMYK0.3400.280.27
HSL130.65º30.69%60.39%-
HSV(B)130.65º33.51%72.55%-
XYZ29.8240.6328.82-
YUV160.65112.96101.15-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.83%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=27.83%
G=41.86%
B=30.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231851340.3400.280.27130.6530.6960.39
Hex7BB9862201C1B831f3c
Octal17327120642034332033774
Binary11110111011100110000110100010011100110111000001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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