#7AAF8C

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

Shades of Bay Leaf #7AAF8C

Tints of Bay Leaf #7AAF8C

Color information

#7AAF8C (or 0x7AAF8C) is unknown color: approx Bay Leaf. HEX triplet: 7A, AF and 8C. RGB value is (122,175,140). Sum of RGB (Red+Green+Blue) = 122+175+140=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF8C is #855073. Grayscale: #9B9B9B. Windows color (decimal): -8736884 or 9219962. OLE color: 9219962.

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

Color convert

RGB122175140-
CMYK0.3000.20.31
HSL140.38º24.88%58.24%-
HSV(B)140.38º30.29%68.63%-
XYZ28.0936.6930.41-
YUV155.16119.44104.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 140 (55.08% from 255) = 32.04%
R=27.92%
G=40.05%
B=32.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751400.3000.20.31140.3824.8858.24
Hex7AAF8C1E0141F8c193a
Octal17225721436024372143172
Binary1111010101011111000110011110010100111111000110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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