#7BB681

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

Shades of Bay Leaf #7BB681

Tints of Bay Leaf #7BB681

Color information

#7BB681 (or 0x7BB681) is unknown color: approx Bay Leaf. HEX triplet: 7B, B6 and 81. RGB value is (123,182,129). Sum of RGB (Red+Green+Blue) = 123+182+129=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB681 is #84497E. Grayscale: #9E9E9E. Windows color (decimal): -8669567 or 8500859. OLE color: 8500859.

HSL color Cylindrical-coordinate representation of color #7BB681: hue angle of 126.1º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB681 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB123182129-
CMYK0.3200.290.29
HSL126.1º28.78%59.8%-
HSV(B)126.1º32.42%71.37%-
XYZ28.8639.2526.82-
YUV158.32111.45102.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.34%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=28.34%
G=41.94%
B=29.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231821290.3200.290.29126.128.7859.8
Hex7BB6812001D1D7e1d3c
Octal17326620140035351763574
Binary1111011101101101000000110000001110111101111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,182,129); }

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

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

 a { background-color: rgb(123,182,129); }

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

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

 span { border-color: rgb(123,182,129); }

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