#7AAC80

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

Shades of Bay Leaf #7AAC80

Tints of Bay Leaf #7AAC80

Color information

#7AAC80 (or 0x7AAC80) is unknown color: approx Bay Leaf. HEX triplet: 7A, AC and 80. RGB value is (122,172,128). Sum of RGB (Red+Green+Blue) = 122+172+128=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAC80 is #85537F. Grayscale: #989898. Windows color (decimal): -8737664 or 8432762. OLE color: 8432762.

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

Color convert

RGB122172128-
CMYK0.2900.260.33
HSL127.2º23.15%57.65%-
HSV(B)127.2º29.07%67.45%-
XYZ26.6735.225.81-
YUV152.03114.44106.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 172 (67.58% from 255) = 40.76%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=28.91%
G=40.76%
B=30.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1221721280.2900.260.33127.223.1557.65
Hex7AAC801D01A217f173a
Octal17225420035032411772772
Binary1111010101011001000000011101011010100001111111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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