#7AAF84

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

Shades of Bay Leaf #7AAF84

Tints of Bay Leaf #7AAF84

Color information

#7AAF84 (or 0x7AAF84) is unknown color: approx Bay Leaf. HEX triplet: 7A, AF and 84. RGB value is (122,175,132). Sum of RGB (Red+Green+Blue) = 122+175+132=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF84 is #85507B. Grayscale: #9A9A9A. Windows color (decimal): -8736892 or 8695674. OLE color: 8695674.

HSL color Cylindrical-coordinate representation of color #7AAF84: hue angle of 131.32º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF84 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB122175132-
CMYK0.3000.250.31
HSL131.32º24.88%58.24%-
HSV(B)131.32º30.29%68.63%-
XYZ27.5236.4627.42-
YUV154.25115.44105-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 132 (51.95% from 255) = 30.77%
R=28.44%
G=40.79%
B=30.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751320.3000.250.31131.3224.8858.24
Hex7AAF841E0191F83193a
Octal17225720436031372033172
Binary1111010101011111000010011110011001111111000001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,132); }

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

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

 a { background-color: rgb(122,175,132); }

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

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

 span { border-color: rgb(122,175,132); }

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