#7AA78E

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

Shades of Bay Leaf #7AA78E

Tints of Bay Leaf #7AA78E

Color information

#7AA78E (or 0x7AA78E) is unknown color: approx Bay Leaf. HEX triplet: 7A, A7 and 8E. RGB value is (122,167,142). Sum of RGB (Red+Green+Blue) = 122+167+142=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA78E is #855871. Grayscale: #969696. Windows color (decimal): -8738930 or 9348986. OLE color: 9348986.

HSL color Cylindrical-coordinate representation of color #7AA78E: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA78E is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB122167142-
CMYK0.2700.150.35
HSL146.67º20.36%56.67%-
HSV(B)146.67º26.95%65.49%-
XYZ26.7333.7330.69-
YUV150.7123.09107.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.31%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=28.31%
G=38.75%
B=32.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221671420.2700.150.35146.6720.3656.67
Hex7AA78E1B0F23931439
Octal17224721633017432232471
Binary1111010101001111000111011011011111000111001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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