#7BB581

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

Shades of Bay Leaf #7BB581

Tints of Bay Leaf #7BB581

Color information

#7BB581 (or 0x7BB581) is unknown color: approx Bay Leaf. HEX triplet: 7B, B5 and 81. RGB value is (123,181,129). Sum of RGB (Red+Green+Blue) = 123+181+129=433 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.41% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #7BB581 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB581 is #844A7E. Grayscale: #9D9D9D. Windows color (decimal): -8669823 or 8500603. OLE color: 8500603.

HSL color Cylindrical-coordinate representation of color #7BB581: hue angle of 126.21º degrees, saturation: 0.28, 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 #7BB581 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB123181129-
CMYK0.3200.290.29
HSL126.21º28.16%59.61%-
HSV(B)126.21º32.04%70.98%-
XYZ28.6538.8426.76-
YUV157.73111.78103.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.41%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=28.41%
G=41.80%
B=29.79%

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
Decimal1231811290.3200.290.29126.2128.1659.61
Hex7BB5812001D1D7e1c3c
Octal17326520140035351763474
Binary1111011101101011000000110000001110111101111111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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