#7AB681

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

Shades of Bay Leaf #7AB681

Tints of Bay Leaf #7AB681

Color information

#7AB681 (or 0x7AB681) is unknown color: approx Bay Leaf. HEX triplet: 7A, B6 and 81. RGB value is (122,182,129). Sum of RGB (Red+Green+Blue) = 122+182+129=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB681 is #85497E. Grayscale: #9E9E9E. Windows color (decimal): -8735103 or 8500858. OLE color: 8500858.

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

Color convert

RGB122182129-
CMYK0.3300.290.29
HSL127º29.13%59.61%-
HSV(B)127º32.97%71.37%-
XYZ28.7239.1826.82-
YUV158.02111.62102.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=28.18%
G=42.03%
B=29.79%

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
Decimal1221821290.3300.290.2912729.1359.61
Hex7AB6812101D1D7f1d3c
Octal17226620141035351773574
Binary1111010101101101000000110000101110111101111111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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