#7AAF87

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

Shades of Bay Leaf #7AAF87

Tints of Bay Leaf #7AAF87

Color information

#7AAF87 (or 0x7AAF87) is unknown color: approx Bay Leaf. HEX triplet: 7A, AF and 87. RGB value is (122,175,135). Sum of RGB (Red+Green+Blue) = 122+175+135=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF87 is #855078. Grayscale: #9A9A9A. Windows color (decimal): -8736889 or 8892282. OLE color: 8892282.

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

Color convert

RGB122175135-
CMYK0.3000.230.31
HSL134.72º24.88%58.24%-
HSV(B)134.72º30.29%68.63%-
XYZ27.7336.5528.51-
YUV154.59116.94104.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=28.24%
G=40.51%
B=31.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751350.3000.230.31134.7224.8858.24
Hex7AAF871E0171F87193a
Octal17225720736027372073172
Binary1111010101011111000011111110010111111111000011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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