#7AB290

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

Shades of Bay Leaf #7AB290

Tints of Bay Leaf #7AB290

Color information

#7AB290 (or 0x7AB290) is unknown color: approx Bay Leaf. HEX triplet: 7A, B2 and 90. RGB value is (122,178,144). Sum of RGB (Red+Green+Blue) = 122+178+144=444 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.48% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB290 is #854D6F. Grayscale: #9D9D9D. Windows color (decimal): -8736112 or 9482874. OLE color: 9482874.

HSL color Cylindrical-coordinate representation of color #7AB290: hue angle of 143.57º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB290 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB122178144-
CMYK0.3100.190.30
HSL143.57º26.67%58.82%-
HSV(B)143.57º31.46%69.8%-
XYZ28.9837.9932.19-
YUV157.38120.45102.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.48%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=27.48%
G=40.09%
B=32.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1221781440.3100.190.30143.5726.6758.82
Hex7AB2901F0131E901b3b
Octal17226222037023362203373
Binary1111010101100101001000011111010011111101001000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,178,144); }

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

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

 a { background-color: rgb(122,178,144); }

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

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

 span { border-color: rgb(122,178,144); }

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