#7AB490

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

Shades of Bay Leaf #7AB490

Tints of Bay Leaf #7AB490

Color information

#7AB490 (or 0x7AB490) is unknown color: approx Bay Leaf. HEX triplet: 7A, B4 and 90. RGB value is (122,180,144). Sum of RGB (Red+Green+Blue) = 122+180+144=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB490 is #854B6F. Grayscale: #9E9E9E. Windows color (decimal): -8735600 or 9483386. OLE color: 9483386.

HSL color Cylindrical-coordinate representation of color #7AB490: hue angle of 142.76º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB490 is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB122180144-
CMYK0.3200.20.29
HSL142.76º27.88%59.22%-
HSV(B)142.76º32.22%70.59%-
XYZ29.3838.7932.32-
YUV158.55119.78101.93-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.35%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=27.35%
G=40.36%
B=32.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801440.3200.20.29142.7627.8859.22
Hex7AB490200141D8f1c3b
Octal17226422040024352173473
Binary11110101011010010010000100000010100111011000111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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