#7AAF8E

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

Shades of Bay Leaf #7AAF8E

Tints of Bay Leaf #7AAF8E

Color information

#7AAF8E (or 0x7AAF8E) is unknown color: approx Bay Leaf. HEX triplet: 7A, AF and 8E. RGB value is (122,175,142). Sum of RGB (Red+Green+Blue) = 122+175+142=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF8E is #855071. Grayscale: #9B9B9B. Windows color (decimal): -8736882 or 9351034. OLE color: 9351034.

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

Color convert

RGB122175142-
CMYK0.3000.190.31
HSL142.64º24.88%58.24%-
HSV(B)142.64º30.29%68.63%-
XYZ28.2436.7531.2-
YUV155.39120.44104.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=27.79%
G=39.86%
B=32.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221751420.3000.190.31142.6424.8858.24
Hex7AAF8E1E0131F8f193a
Octal17225721636023372173172
Binary1111010101011111000111011110010011111111000111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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