#7AA486

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

Shades of Bay Leaf #7AA486

Tints of Bay Leaf #7AA486

Color information

#7AA486 (or 0x7AA486) is unknown color: approx Bay Leaf. HEX triplet: 7A, A4 and 86. RGB value is (122,164,134). Sum of RGB (Red+Green+Blue) = 122+164+134=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA486 is #855B79. Grayscale: #949494. Windows color (decimal): -8739706 or 8823930. OLE color: 8823930.

HSL color Cylindrical-coordinate representation of color #7AA486: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA486 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB122164134-
CMYK0.2600.180.36
HSL137.14º18.75%56.08%-
HSV(B)137.14º25.61%64.31%-
XYZ25.632.4127.46-
YUV148.02120.09109.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 164 (64.45% from 255) = 39.05%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=29.05%
G=39.05%
B=31.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221641340.2600.180.36137.1418.7556.08
Hex7AA4861A01224891338
Octal17224420632022442112370
Binary11110101010010010000110110100100101001001000100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,164,134); }

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

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

 a { background-color: rgb(122,164,134); }

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

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

 span { border-color: rgb(122,164,134); }

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