#7AB580

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

Shades of Bay Leaf #7AB580

Tints of Bay Leaf #7AB580

Color information

#7AB580 (or 0x7AB580) is unknown color: approx Bay Leaf. HEX triplet: 7A, B5 and 80. RGB value is (122,181,128). Sum of RGB (Red+Green+Blue) = 122+181+128=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB580 is #854A7F. Grayscale: #9D9D9D. Windows color (decimal): -8735360 or 8435066. OLE color: 8435066.

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

Color convert

RGB122181128-
CMYK0.3300.290.29
HSL126.1º28.5%59.41%-
HSV(B)126.1º32.6%70.98%-
XYZ28.4538.7426.4-
YUV157.32111.45102.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=28.31%
G=42.00%
B=29.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221811280.3300.290.29126.128.559.41
Hex7AB5802101D1D7e1d3b
Octal17226520041035351763573
Binary1111010101101011000000010000101110111101111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,128); }

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

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

 a { background-color: rgb(122,181,128); }

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

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

 span { border-color: rgb(122,181,128); }

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