#7AC491

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

Shades of Bay Leaf #7AC491

Tints of Bay Leaf #7AC491

Color information

#7AC491 (or 0x7AC491) is unknown color: approx Bay Leaf. HEX triplet: 7A, C4 and 91. RGB value is (122,196,145). Sum of RGB (Red+Green+Blue) = 122+196+145=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 145 (57.03% from 255 or 31.32% from 463); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AC491 is #853B6E. Grayscale: #A8A8A8. Windows color (decimal): -8731503 or 9553018. OLE color: 9553018.

HSL color Cylindrical-coordinate representation of color #7AC491: hue angle of 138.65º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AC491 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB122196145-
CMYK0.3800.260.23
HSL138.65º38.54%62.35%-
HSV(B)138.65º37.76%76.86%-
XYZ32.8845.6633.87-
YUV168.06114.9895.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.35%
GREEN value IS 196 (76.95% from 255) = 42.33%
BLUE value IS 145 (57.03% from 255) = 31.32%
R=26.35%
G=42.33%
B=31.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221961450.3800.260.23138.6538.5462.35
Hex7AC4912601A178b273e
Octal17230422146032272134776
Binary111101011000100100100011001100110101011110001011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,196,145); }

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

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

 a { background-color: rgb(122,196,145); }

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

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

 span { border-color: rgb(122,196,145); }

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