#7AB680

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

Shades of Bay Leaf #7AB680

Tints of Bay Leaf #7AB680

Color information

#7AB680 (or 0x7AB680) is unknown color: approx Bay Leaf. HEX triplet: 7A, B6 and 80. RGB value is (122,182,128). Sum of RGB (Red+Green+Blue) = 122+182+128=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB680 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB680 is #85497F. Grayscale: #9E9E9E. Windows color (decimal): -8735104 or 8435322. OLE color: 8435322.

HSL color Cylindrical-coordinate representation of color #7AB680: hue angle of 126º 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 #7AB680 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB122182128-
CMYK0.3300.300.29
HSL126º29.13%59.61%-
HSV(B)126º32.97%71.37%-
XYZ28.6539.1526.47-
YUV157.9111.12102.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 182 (71.48% from 255) = 42.13%
BLUE value IS 128 (50.39% from 255) = 29.63%
R=28.24%
G=42.13%
B=29.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221821280.3300.300.2912629.1359.61
Hex7AB6802101E1D7e1d3c
Octal17226620041036351763574
Binary1111010101101101000000010000101111011101111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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